diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/buffers.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a039e632d5a..4f5140d3253 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-02-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529) | ||
| 4 | |||
| 1 | 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * display.texi (Useless Whitespace, Text Display): | 7 | * display.texi (Useless Whitespace, Text Display): |
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 89196a89544..aaf4334445e 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -583,7 +583,8 @@ names (all but one of them). | |||
| 583 | 583 | ||
| 584 | @vindex uniquify-buffer-name-style | 584 | @vindex uniquify-buffer-name-style |
| 585 | Other methods work by adding parts of each file's directory to the | 585 | Other methods work by adding parts of each file's directory to the |
| 586 | buffer name. To select one, customize the variable | 586 | buffer name. To select one, load the library @file{uniquify} (e.g. |
| 587 | using @code{(require 'uniquify)}, and customize the variable | ||
| 587 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). | 588 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). |
| 588 | 589 | ||
| 589 | To begin with, the @code{forward} naming method includes part of the | 590 | To begin with, the @code{forward} naming method includes part of the |