]> code.delx.au - gnu-emacs/commitdiff
(uniquify-buffer-name-style): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2001 13:33:11 +0000 (13:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2001 13:33:11 +0000 (13:33 +0000)
lisp/ChangeLog
lisp/uniquify.el

index cccb54c046c09ea8011cc10a2bd27fc171f167a4..a26f0de6c3223091f41f967614eb0e52a2c1ce47 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-17  Richard M. Stallman  <rms@gnu.org>
+
+       * uniquify.el (uniquify-buffer-name-style): Doc fix.
+
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
 
        * mouse.el (mouse-save-then-kill): If the distance from the new
index e171de728a7f217b8665a514147d005e9310eb35..c9cd0e0f4339dd4fde8f842ffab67a50317780b1 100644 (file)
@@ -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