summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-06 01:33:24 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-06 01:33:24 -0400
commit3bdbf8a030338fcb6d689a516af26f0302ca8133 (patch)
treecda14b30c59ae55601918ed54955c77622b949df /lisp
parentf6fd706912ebe0402bdc54806dd35292d7cb3257 (diff)
downloademacs.d-3bdbf8a030338fcb6d689a516af26f0302ca8133.tar.gz
magit-revfile-reset: Fix docstring typo
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 60058a5..309fcd5 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -259,7 +259,7 @@ the file has changed."
(defun km/magit-revfile-reset (&optional checkout)
"Reset to revision from current revfile.
-If checkout is non-nil, checkout file instead."
+If CHECKOUT is non-nil, checkout file instead."
(interactive "P")
(unless (and magit-buffer-refname magit-buffer-file-name)
(user-error "Not in Magit revfile buffer"))