[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107201: Tiny buffers.texi fix
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107201: Tiny buffers.texi fix |
Date: |
Wed, 08 Feb 2012 22:43:23 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107201
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-08 22:43:23 -0800
message:
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.
modified:
doc/emacs/ChangeLog
doc/emacs/buffers.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-02-09 05:57:15 +0000
+++ b/doc/emacs/ChangeLog 2012-02-09 06:43:23 +0000
@@ -1,5 +1,8 @@
2012-02-09 Glenn Morris <address@hidden>
+ * 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 <address@hidden>
=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi 2012-01-27 08:19:19 +0000
+++ b/doc/emacs/buffers.texi 2012-02-09 06:43:23 +0000
@@ -252,9 +252,9 @@
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
address@hidden 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.)
address@hidden 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107201: Tiny buffers.texi fix,
Glenn Morris <=