From 3b7bd43479a4f7afc933afefe217170e277bda0e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 Jan 2015 23:13:38 -0500 Subject: Fix some docstrings --- lisp/init-git.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/init-git.el') 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 -- cgit v1.2.3