From 5dbbdd3341b4db7eb3156a1948f2be0e259c716a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 7 Feb 2010 23:20:58 -0800 Subject: [PATCH] Close bug#5529. * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529) --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/buffers.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ +2010-02-08 Glenn Morris + + * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529) + 2010-02-01 Stefan Monnier * 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). @vindex uniquify-buffer-name-style Other methods work by adding parts of each file's directory to the -buffer name. To select one, customize the variable +buffer name. To select one, load the library @file{uniquify} (e.g. +using @code{(require 'uniquify)}, and customize the variable @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). To begin with, the @code{forward} naming method includes part of the -- 2.39.2