diff options
| -rw-r--r-- | lisp/uniquify.el | 2 |
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 | |||
| 110 | post-forward-angle-brackets could be: | 110 | post-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 | ||
| 115 | The \"mumble\" part may be stripped as well, depending on the | 115 | The \"mumble\" part may be stripped as well, depending on the |
| 116 | setting of `uniquify-strip-common-suffix'. For more options that | 116 | setting of `uniquify-strip-common-suffix'. For more options that |