diff options
| author | Glenn Morris | 2012-02-08 22:43:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 22:43:23 -0800 |
| commit | 63c727b2d589587065bdb97a70cd16406bf88748 (patch) | |
| tree | 60644d5c51a4be32d1843ab09db7b58f8c3efe35 | |
| parent | dab3703d9b97bade872fed780b849b7848828eaf (diff) | |
| download | emacs-63c727b2d589587065bdb97a70cd16406bf88748.tar.gz emacs-63c727b2d589587065bdb97a70cd16406bf88748.zip | |
Tiny buffers.texi fix
* doc/emacs/buffers.texi (Misc Buffer): M-x info does not seem to
require a buffer switch after M-x rename-uniquely.
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/buffers.texi | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index dfb26279f39..ebed400fd6c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-02-09 Glenn Morris <rgm@gnu.org> | 1 | 2012-02-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * buffers.texi (Misc Buffer): M-x info does not seem to require a buffer | ||
| 4 | switch after M-x rename-uniquely. | ||
| 5 | |||
| 3 | * trouble.texi (Checklist): Mention C-c m in report-emacs-bug. | 6 | * trouble.texi (Checklist): Mention C-c m in report-emacs-bug. |
| 4 | 7 | ||
| 5 | 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com> | 8 | 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 0b471ca5027..c3a778dd202 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -252,9 +252,9 @@ do @kbd{M-x shell} again, it makes a new shell buffer named | |||
| 252 | under its new name. This method is also good for mail buffers, | 252 | under its new name. This method is also good for mail buffers, |
| 253 | compilation buffers, and most Emacs features that create special | 253 | compilation buffers, and most Emacs features that create special |
| 254 | buffers with particular names. (With some of these features, such as | 254 | buffers with particular names. (With some of these features, such as |
| 255 | @kbd{M-x compile}, @kbd{M-x grep} an @kbd{M-x info}, you need to | 255 | @kbd{M-x compile}, @kbd{M-x grep}, you need to switch to some other |
| 256 | switch to some other buffer before using the command, in order for it | 256 | buffer before using the command again, otherwise it will reuse the |
| 257 | to make a different buffer.) | 257 | current buffer despite the name change.) |
| 258 | 258 | ||
| 259 | The commands @kbd{M-x append-to-buffer} and @kbd{M-x insert-buffer} | 259 | The commands @kbd{M-x append-to-buffer} and @kbd{M-x insert-buffer} |
| 260 | can also be used to copy text from one buffer to another. | 260 | can also be used to copy text from one buffer to another. |