summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-02-17 13:33:11 +0000
committerRichard M. Stallman <rms@gnu.org>2001-02-17 13:33:11 +0000
commit595ded7377f4ceb3d93b7d46a71751e388428f5b (patch)
treee0e1f3f5f5c94eedf86acec6bc58bd16046cf453 /lisp/uniquify.el
parent093b0ab5417643678fb4e4f350d2f312486e6875 (diff)
downloademacs-595ded7377f4ceb3d93b7d46a71751e388428f5b.tar.gz
(uniquify-buffer-name-style): Doc fix.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index e171de728a7..c9cd0e0f433 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -99,7 +99,7 @@
(defcustom uniquify-buffer-name-style nil
"*If non-nil, buffer names are uniquified with parts of directory name.
The value determines the buffer name style and is one of `forward',
-`reverse', `post-forward' (the default), or `post-forward-angle-brackets'.
+`reverse', `post-forward', or `post-forward-angle-brackets'.
For example, files `/foo/bar/mumble/name' and `/baz/quux/mumble/name'
would have the following buffer names in the various styles:
forward bar/mumble/name quux/mumble/name