From 595ded7377f4ceb3d93b7d46a71751e388428f5b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Feb 2001 13:33:11 +0000 Subject: [PATCH] (uniquify-buffer-name-style): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/uniquify.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cccb54c046c..a26f0de6c32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-02-17 Richard M. Stallman + + * uniquify.el (uniquify-buffer-name-style): Doc fix. + 2001-02-16 Gerd Moellmann * mouse.el (mouse-save-then-kill): If the distance from the new 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 -- 2.39.5