]> git.eshelyaron.com Git - emacs.git/commitdiff
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 dfb26279f39952538cca1748bcadc7124b5720a4..ebed400fd6ca2d45f5c93951703089d98db13773 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 0b471ca502763dcb1e6c7d84243029b8ef124da8..c3a778dd202f8fb130278c2c93f9f47da87514a1 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.