Merge from devel.
* magit.el (magit-stage-thing-at-point): Improve docstring.
This commit is contained in:
commit
7d31c70a26
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -516,7 +516,7 @@ pushed.
|
||||||
target))))
|
target))))
|
||||||
|
|
||||||
(defun magit-stage-thing-at-point ()
|
(defun magit-stage-thing-at-point ()
|
||||||
"Add the hunk under point to the staging area."
|
"Add the hunk or file under point to the staging area."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((info (get-char-property (point) 'magit-info)))
|
(let ((info (get-char-property (point) 'magit-info)))
|
||||||
(if info
|
(if info
|
||||||
|
|
Loading…
Reference in a new issue