aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-08 22:50:15 -0800
committerGlenn Morris2012-02-08 22:50:15 -0800
commit2ebc3b941e3ddcacec46e622b4eeeee5d61cb700 (patch)
treec5f36dc06267572ed6c748353ece0d96970e505b
parent63c727b2d589587065bdb97a70cd16406bf88748 (diff)
downloademacs-2ebc3b941e3ddcacec46e622b4eeeee5d61cb700.tar.gz
emacs-2ebc3b941e3ddcacec46e622b4eeeee5d61cb700.zip
* doc/misc/info.texi (Create Info buffer): Mention info-display-manual.
* etc/NEWS: Related edits.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/info.texi6
-rw-r--r--etc/NEWS13
3 files changed, 16 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 3458a8865fb..29d18af112e 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12012-02-09 Glenn Morris <rgm@gnu.org>
2
3 * info.texi (Create Info buffer): Mention info-display-manual.
4
12012-02-07 Lars Ingebrigtsen <larsi@gnus.org> 52012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2 6
3 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel 7 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 7ce874d2941..02a209d484a 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -1142,6 +1142,12 @@ prefix argument for the @kbd{C-h i} command (@code{info}) which
1142switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} 1142switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i}
1143switches to the buffer @samp{*info*<2>}, creating it if necessary. 1143switches to the buffer @samp{*info*<2>}, creating it if necessary.
1144 1144
1145@findex info-display-manual
1146 If you have created many Info buffers in Emacs, you might find it
1147difficult to remember which buffer is showing which manual. You can
1148use the command @kbd{M-x info-display-manual} to show an Info manual
1149by name, reusing an existing buffer if one exists.
1150
1145@node Emacs Info Variables, , Create Info buffer, Advanced 1151@node Emacs Info Variables, , Create Info buffer, Advanced
1146@comment node-name, next, previous, up 1152@comment node-name, next, previous, up
1147@section Emacs Info-mode Variables 1153@section Emacs Info-mode Variables
diff --git a/etc/NEWS b/etc/NEWS
index e3e74987611..df1f4be2b32 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -742,13 +742,12 @@ Animation plays once, unless the option `image-animate-loop' is non-nil.
742 742
743** Info 743** Info
744 744
745*** New command `info-display-manual' displays an Info manual 745+++
746specified by its name. If that manual is already visited in some Info 746*** New command `info-display-manual' displays a named Info manual.
747buffer within the current session, the command will display that 747If that manual is already visited in some Info buffer, it displays
748buffer. Otherwise, it will load the manual and display it. This is 748that buffer. (This is handy if you have many manuals in many *info*
749handy if you have many manuals in many Info buffers, and don't 749buffers, and don't remember the name of the buffer visiting the manual
750remember the name of the buffer visiting the manual you want to 750you want to consult.) Otherwise, it loads and displays the manual.
751consult.
752 751
753+++ 752+++
754*** `e' is now bound to `end-of-buffer' rather than to `Info-edit'. 753*** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.