diff options
| author | Juri Linkov | 2013-12-12 02:42:16 +0200 |
|---|---|---|
| committer | Juri Linkov | 2013-12-12 02:42:16 +0200 |
| commit | d5ccb7be025ddc5a6ac8c5291d89596b78d9745c (patch) | |
| tree | 6294a8832e9953b8ce72f30be4d396daf0255c31 /doc | |
| parent | 7204a2e666b34d8b309b7b8568c88032468e207e (diff) | |
| download | emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.tar.gz emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.zip | |
* lisp/uniquify.el (uniquify-buffer-name-style): Change default to `post-forward-angle-brackets'.
* lisp/menu-bar.el (menu-bar-options-menu): Don't require preloaded `uniquify'.
Change default to `post-forward-angle-brackets'.
http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00317.html
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/buffers.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 2fadb7b4910..a62f2bdac8d 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -614,8 +614,7 @@ names (all but one of them). | |||
| 614 | 614 | ||
| 615 | @vindex uniquify-buffer-name-style | 615 | @vindex uniquify-buffer-name-style |
| 616 | Other methods work by adding parts of each file's directory to the | 616 | Other methods work by adding parts of each file's directory to the |
| 617 | buffer name. To select one, load the library @file{uniquify} (e.g., | 617 | buffer name. To select one, customize the variable |
| 618 | using @code{(require 'uniquify)}), and customize the variable | ||
| 619 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). | 618 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). |
| 620 | 619 | ||
| 621 | To begin with, the @code{forward} naming method includes part of the | 620 | To begin with, the @code{forward} naming method includes part of the |