aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-08 22:43:23 -0800
committerGlenn Morris2012-02-08 22:43:23 -0800
commit63c727b2d589587065bdb97a70cd16406bf88748 (patch)
tree60644d5c51a4be32d1843ab09db7b58f8c3efe35
parentdab3703d9b97bade872fed780b849b7848828eaf (diff)
downloademacs-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/ChangeLog3
-rw-r--r--doc/emacs/buffers.texi6
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 @@
12012-02-09 Glenn Morris <rgm@gnu.org> 12012-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
52012-02-09 Jay Belanger <jay.p.belanger@gmail.com> 82012-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
252under its new name. This method is also good for mail buffers, 252under its new name. This method is also good for mail buffers,
253compilation buffers, and most Emacs features that create special 253compilation buffers, and most Emacs features that create special
254buffers with particular names. (With some of these features, such as 254buffers 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
256switch to some other buffer before using the command, in order for it 256buffer before using the command again, otherwise it will reuse the
257to make a different buffer.) 257current 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}
260can also be used to copy text from one buffer to another. 260can also be used to copy text from one buffer to another.