More docs.
* magit.el (magit-unstage-thing-at-point): Added docstring.
This commit is contained in:
parent
f88fd14590
commit
75b2ce7977
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -532,6 +532,7 @@ pushed.
|
|||
(magit-run "git" "add" (magit-diff-info-file info)))))))
|
||||
|
||||
(defun magit-unstage-thing-at-point ()
|
||||
"Add the hunk under point to the staging area."
|
||||
(interactive)
|
||||
(let ((info (get-char-property (point) 'magit-info)))
|
||||
(if info
|
||||
|
|
Loading…
Reference in a new issue