From 63c727b2d589587065bdb97a70cd16406bf88748 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 8 Feb 2012 22:43:23 -0800 Subject: [PATCH] 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. --- doc/emacs/ChangeLog | 3 +++ 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 @@ 2012-02-09 Glenn Morris + * buffers.texi (Misc Buffer): M-x info does not seem to require a buffer + switch after M-x rename-uniquely. + * trouble.texi (Checklist): Mention C-c m in report-emacs-bug. 2012-02-09 Jay Belanger 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 under its new name. This method is also good for mail buffers, compilation buffers, and most Emacs features that create special buffers with particular names. (With some of these features, such as -@kbd{M-x compile}, @kbd{M-x grep} an @kbd{M-x info}, you need to -switch to some other buffer before using the command, in order for it -to make a different buffer.) +@kbd{M-x compile}, @kbd{M-x grep}, you need to switch to some other +buffer before using the command again, otherwise it will reuse the +current buffer despite the name change.) The commands @kbd{M-x append-to-buffer} and @kbd{M-x insert-buffer} can also be used to copy text from one buffer to another. -- 2.39.2