diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-magit.el | 2 |
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'." |