diff options
| author | Richard M. Stallman | 2001-02-17 13:33:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 13:33:11 +0000 |
| commit | 595ded7377f4ceb3d93b7d46a71751e388428f5b (patch) | |
| tree | e0e1f3f5f5c94eedf86acec6bc58bd16046cf453 | |
| parent | 093b0ab5417643678fb4e4f350d2f312486e6875 (diff) | |
| download | emacs-595ded7377f4ceb3d93b7d46a71751e388428f5b.tar.gz emacs-595ded7377f4ceb3d93b7d46a71751e388428f5b.zip | |
(uniquify-buffer-name-style): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/uniquify.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cccb54c046c..a26f0de6c32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-02-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * uniquify.el (uniquify-buffer-name-style): Doc fix. | ||
| 4 | |||
| 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * mouse.el (mouse-save-then-kill): If the distance from the new | 7 | * 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 @@ | |||
| 99 | (defcustom uniquify-buffer-name-style nil | 99 | (defcustom uniquify-buffer-name-style nil |
| 100 | "*If non-nil, buffer names are uniquified with parts of directory name. | 100 | "*If non-nil, buffer names are uniquified with parts of directory name. |
| 101 | The value determines the buffer name style and is one of `forward', | 101 | The value determines the buffer name style and is one of `forward', |
| 102 | `reverse', `post-forward' (the default), or `post-forward-angle-brackets'. | 102 | `reverse', `post-forward', or `post-forward-angle-brackets'. |
| 103 | For example, files `/foo/bar/mumble/name' and `/baz/quux/mumble/name' | 103 | For example, files `/foo/bar/mumble/name' and `/baz/quux/mumble/name' |
| 104 | would have the following buffer names in the various styles: | 104 | would have the following buffer names in the various styles: |
| 105 | forward bar/mumble/name quux/mumble/name | 105 | forward bar/mumble/name quux/mumble/name |