mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
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))))
|
||||
|
||||
(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)
|
||||
(let ((info (get-char-property (point) 'magit-info)))
|
||||
(if info
|
||||
|
|
Loading…
Reference in a new issue