From: Gustav HÃ¥llberg Date: Wed, 14 Apr 2010 12:24:30 +0000 (+0200) Subject: stgit.el: Minor improvements of stgit{,-noname}-patch-line-format documentation X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/f3dbdbc076ad33ce3aac08600c1b32ed4d27e00d stgit.el: Minor improvements of stgit{,-noname}-patch-line-format documentation Signed-off-by: Gustav HÃ¥llberg --- 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-toggle-patch-names]. +display can be toggled between the two formats using \ +\\\\[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-toggle-patch-names] to toggle the -this setting in an already-started StGit buffer." +Use \\\\[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))