emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99469: Close bug#5529.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99469: Close bug#5529.
Date: Sun, 07 Feb 2010 23:20:58 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99469
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-02-07 23:20:58 -0800
message:
  Close bug#5529.
  
  * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
modified:
  doc/emacs/ChangeLog
  doc/emacs/buffers.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-02-01 18:39:33 +0000
+++ b/doc/emacs/ChangeLog       2010-02-08 07:20:58 +0000
@@ -1,3 +1,7 @@
+2010-02-08  Glenn Morris  <address@hidden>
+
+       * buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
+
 2010-02-01  Stefan Monnier  <address@hidden>
 
        * display.texi (Useless Whitespace, Text Display):

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2010-01-13 08:35:10 +0000
+++ b/doc/emacs/buffers.texi    2010-02-08 07:20:58 +0000
@@ -583,7 +583,8 @@
 
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]