summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-02-16 00:00:11 -0500
committerKyle Meyer <kyle@kyleam.com>2019-02-16 00:00:11 -0500
commitab6299a6be26ba8320a225d94d141e845e5ecc0a (patch)
treebb448de4966257daf2985107a0fe3c6abd1568dc /lisp/km-magit.el
parent003d979915f4715198030fc12481a3755972b8d1 (diff)
downloademacs.d-ab6299a6be26ba8320a225d94d141e845e5ecc0a.tar.gz
km/magit-branch-backup-current: Update stale docstring
This should have been done in 6ea76aa (magit-branch-backup-current: Don't use "b/" prefix, 2017-03-19).
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r--lisp/km-magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 5f998c0..14083bd 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -175,7 +175,7 @@ START-POINT set to the current branch.
(defun km/magit-branch-backup-current (&optional choose-suffix)
"Create a backup branch for the current branch.
-Name it as 'b/<current-branch>__v<n>', where <n> is incremented
+Name it as '<current-branch>__v<n>', where <n> is incremented
to form a refname that doesn't already exist. With the prefix
argument CHOOSE-SUFFIX, prompt for a suffix to use instead of
'v'."