aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2010-02-07 23:20:58 -0800
committerGlenn Morris2010-02-07 23:20:58 -0800
commit5dbbdd3341b4db7eb3156a1948f2be0e259c716a (patch)
tree8edf33c2621a6b79012e936cc4d20e5ed2166be7 /doc
parent7fad1447ad1d1494f692ce89640bc59a3c272264 (diff)
downloademacs-5dbbdd3341b4db7eb3156a1948f2be0e259c716a.tar.gz
emacs-5dbbdd3341b4db7eb3156a1948f2be0e259c716a.zip
Close bug#5529.
* buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/buffers.texi3
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 @@
12010-02-08 Glenn Morris <rgm@gnu.org>
2
3 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
4
12010-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 52010-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
586buffer name. To select one, customize the variable 586buffer name. To select one, load the library @file{uniquify} (e.g.
587using @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