Somehow some '%'s got replaced with '#'s in commit a3e91516.

Signed-off-by: Pieter Praet <[email protected]>
---
 magit-wip.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/magit-wip.el b/magit-wip.el
index f7a64cc..5662330 100644
--- a/magit-wip.el
+++ b/magit-wip.el
@@ -90,7 +90,7 @@ (defcustom magit-wip-commit-message "WIP %r"
 
 The following `format'-like specs are supported:
 %f the full name of the file being saved
-#g the root of the git repository
+%g the root of the git repository
 %r the name of the file being saved,
    relative to the repository root."
   :group 'magit
@@ -101,7 +101,7 @@ (defcustom magit-wip-echo-area-message "Wrote %f (wip)"
 
 The following `format'-like specs are supported:
 %f the full name of the file being saved
-#g the root of the git repository
+%g the root of the git repository
 %r the name of the file being saved,
    relative to the repository root."
   :group 'magit
-- 
1.7.11.1

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to