Mercurial > emacs
changeset 36141:02c61ff8a12b
(uniquify-buffer-name-style): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Feb 2001 13:32:45 +0000 |
parents | af4e219e9947 |
children | f613630c384e |
files | lisp/ChangeLog lisp/uniquify.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 17 13:16:06 2001 +0000 +++ b/lisp/ChangeLog Sat Feb 17 13:32:45 2001 +0000 @@ -1,3 +1,7 @@ +2001-02-17 Richard M. Stallman <rms@psilocin.ai.mit.edu> + + * 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
--- a/lisp/uniquify.el Sat Feb 17 13:16:06 2001 +0000 +++ b/lisp/uniquify.el Sat Feb 17 13:32:45 2001 +0000 @@ -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