diff options
| author | Glenn Morris | 2010-02-08 09:11:15 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-02-08 09:11:15 -0800 |
| commit | 64f3bde25718fd86a54ff3d1e357248ea0024b4a (patch) | |
| tree | 8263df76e6ba55004bcde351960395960ae0d91c | |
| parent | 5dbbdd3341b4db7eb3156a1948f2be0e259c716a (diff) | |
| download | emacs-64f3bde25718fd86a54ff3d1e357248ea0024b4a.tar.gz emacs-64f3bde25718fd86a54ff3d1e357248ea0024b4a.zip | |
* buffers.texi: Fix typo in previous.
| -rw-r--r-- | doc/emacs/buffers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index aaf4334445e..499556401fc 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -584,7 +584,7 @@ names (all but one of them). | |||
| 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, load the library @file{uniquify} (e.g. | 586 | buffer name. To select one, load the library @file{uniquify} (e.g. |
| 587 | using @code{(require 'uniquify)}, and customize the variable | 587 | using @code{(require 'uniquify)}), and customize the variable |
| 588 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). | 588 | @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). |
| 589 | 589 | ||
| 590 | 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 |