1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(uniquify-buffer-name-style): Doc fix.

This commit is contained in:
Richard M. Stallman 2001-02-17 13:33:11 +00:00
parent 093b0ab541
commit 595ded7377
2 changed files with 5 additions and 1 deletions

View 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

View 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