More docs.

* magit.el (magit-unstage-thing-at-point): Added docstring.
This commit is contained in:
Marius Vollmer 2008-08-11 22:34:35 +03:00
parent f88fd14590
commit 75b2ce7977

View file

@ -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