aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 6b48fe3df62..27a0dbd1200 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -110,7 +110,7 @@ is a list of strings. For example the current implementation for
110post-forward-angle-brackets could be: 110post-forward-angle-brackets could be:
111 111
112(defun my-post-forward-angle-brackets (base extra-string) 112(defun my-post-forward-angle-brackets (base extra-string)
113 (concat base \"<\" (mapconcat #'identity extra-string \"/\") \">\")) 113 (concat base \"<\" (mapconcat #\\='identity extra-string \"/\") \">\"))
114 114
115The \"mumble\" part may be stripped as well, depending on the 115The \"mumble\" part may be stripped as well, depending on the
116setting of `uniquify-strip-common-suffix'. For more options that 116setting of `uniquify-strip-common-suffix'. For more options that