summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
commit3b7bd43479a4f7afc933afefe217170e277bda0e (patch)
tree5a2d24b47ece16b2f4abc2117f46b3ccbff3ed17 /lisp/init-git.el
parent965c259c182361e9a698b3ff2c466bf177ed3c81 (diff)
downloademacs.d-3b7bd43479a4f7afc933afefe217170e277bda0e.tar.gz
Fix some docstrings
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 3400375..85e0a9f 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -58,9 +58,9 @@ function for calling from outside Magit buffers."
(defun km/magit-stage-file-intent (file)
"Stage FILE but not its content.
-With a prefix argument or when there is no file at point ask for
-the file to be staged. Otherwise stage the file at point without
-requiring confirmation.
+With a prefix argument or when there is no file at point, ask for
+the file to be staged. Otherwise, stage the file at point
+without requiring confirmation.
\n(git add -N FILE)"
;; Modified from `magit-stage-file'.
(interactive