]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/info.texi (Create Info buffer): Mention info-display-manual.
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 06:50:15 +0000 (22:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 06:50:15 +0000 (22:50 -0800)
* etc/NEWS: Related edits.

doc/misc/ChangeLog
doc/misc/info.texi
etc/NEWS

index 3458a8865fbf21fbea55c3876f38acc133928f0e..29d18af112e8e46653336d2cae13b2663cfc0dd2 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-09  Glenn Morris  <rgm@gnu.org>
+
+       * info.texi (Create Info buffer): Mention info-display-manual.
+
 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
index 7ce874d29411d6c59c9e64a99b6bc9253c1a62b6..02a209d484a22a233d153e35a6d2862e446c8c4f 100644 (file)
@@ -1142,6 +1142,12 @@ prefix argument for the @kbd{C-h i} command (@code{info}) which
 switches to the Info buffer with that number.  Thus, @kbd{C-u 2 C-h i}
 switches to the buffer @samp{*info*<2>}, creating it if necessary.
 
+@findex info-display-manual
+  If you have created many Info buffers in Emacs, you might find it
+difficult to remember which buffer is showing which manual.  You can
+use the command @kbd{M-x info-display-manual} to show an Info manual
+by name, reusing an existing buffer if one exists.
+
 @node Emacs Info Variables, , Create Info buffer, Advanced
 @comment  node-name,  next,  previous,  up
 @section Emacs Info-mode Variables
index e3e74987611dfcafaa1fe3a988d1742af30e6683..df1f4be2b325ee2aab2a8aa391fa451dd4af2bd9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -742,13 +742,12 @@ Animation plays once, unless the option `image-animate-loop' is non-nil.
 
 ** Info
 
-*** New command `info-display-manual' displays an Info manual
-specified by its name.  If that manual is already visited in some Info
-buffer within the current session, the command will display that
-buffer.  Otherwise, it will load the manual and display it.  This is
-handy if you have many manuals in many Info buffers, and don't
-remember the name of the buffer visiting the manual you want to
-consult.
++++
+*** New command `info-display-manual' displays a named Info manual.
+If that manual is already visited in some Info buffer, it displays
+that buffer.  (This is handy if you have many manuals in many *info*
+buffers, and don't remember the name of the buffer visiting the manual
+you want to consult.)  Otherwise, it loads and displays the manual.
 
 +++
 *** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.