Tiny buffers.texi fix
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 06:43:23 +0000 (22:43 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 06:43:23 +0000 (22:43 -0800)
* 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
doc/emacs/buffers.texi

index dfb2627..ebed400 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-09  Glenn Morris  <rgm@gnu.org>
 
+       * 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  <jay.p.belanger@gmail.com>
index 0b471ca..c3a778d 100644 (file)
@@ -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.