From ab6299a6be26ba8320a225d94d141e845e5ecc0a Mon Sep 17 00:00:00 2001
From: Kyle Meyer <kyle@kyleam.com>
Date: Sat, 16 Feb 2019 00:00:11 -0500
Subject: 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).
---
 lisp/km-magit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'."
-- 
cgit v1.2.3