summaryrefslogtreecommitdiff
path: root/doc/emacs/buffers.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-08 22:43:23 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-08 22:43:23 -0800
commit63c727b2d589587065bdb97a70cd16406bf88748 (patch)
tree60644d5c51a4be32d1843ab09db7b58f8c3efe35 /doc/emacs/buffers.texi
parentdab3703d9b97bade872fed780b849b7848828eaf (diff)
downloademacs-63c727b2d589587065bdb97a70cd16406bf88748.tar.gz
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.
Diffstat (limited to 'doc/emacs/buffers.texi')
-rw-r--r--doc/emacs/buffers.texi6
1 files changed, 3 insertions, 3 deletions
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.