summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
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"))