More docs.
This commit is contained in:
parent
f88fd14590
commit
ba206d1862
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -516,6 +516,7 @@ pushed.
|
||||||
target))))
|
target))))
|
||||||
|
|
||||||
(defun magit-stage-thing-at-point ()
|
(defun magit-stage-thing-at-point ()
|
||||||
|
"Add the hunk under point to the index."
|
||||||
(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