aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Hållberg <gustav@gmail.com>2010-04-14 14:24:30 +0200
committerGustav Hållberg <gustav@gmail.com>2010-04-30 00:28:32 +0200
commitf3dbdbc076ad33ce3aac08600c1b32ed4d27e00d (patch)
treed383eecd8d2b5bc2c36d02d56a1feec5e33ab5b4
parent455c9f7e04b11bce7065a8e49aadee16d943719a (diff)
downloadstgit-f3dbdbc076ad33ce3aac08600c1b32ed4d27e00d.tar.gz
stgit.el: Minor improvements of stgit{,-noname}-patch-line-format documentation
Signed-off-by: Gustav Hållberg <gustav@gmail.com>
-rw-r--r--contrib/stgit.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/stgit.el b/contrib/stgit.el
index 41b457c..60b25f4 100644
--- a/contrib/stgit.el
+++ b/contrib/stgit.el
@@ -118,8 +118,8 @@ variable is used instead."
(defcustom stgit-noname-patch-line-format "%s%m%e%D"
"The alternate format string used to format patch lines.
It has the same semantics as `stgit-patch-line-format', and the
-display can be toggled between the two formats using
-\\<stgit-mode-map>>\\[stgit-toggle-patch-names].
+display can be toggled between the two formats using \
+\\<stgit-mode-map>\\[stgit-toggle-patch-names].
The alternate form is used when the patch name is hidden."
:type 'string
@@ -129,8 +129,8 @@ The alternate form is used when the patch name is hidden."
(defcustom stgit-default-show-patch-names t
"If non-nil, default to showing patch names in a new stgit buffer.
-Use \\<stgit-mode-map>\\[stgit-toggle-patch-names] to toggle the
-this setting in an already-started StGit buffer."
+Use \\<stgit-mode-map>\\[stgit-toggle-patch-names] \
+to toggle the this setting in an already-started StGit buffer."
:type 'boolean
:group 'stgit
:link '(variable-link stgit-show-patch-names))