mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
* doc/misc/info.texi (Create Info buffer): Mention info-display-manual.
* etc/NEWS: Related edits.
This commit is contained in:
parent
63c727b2d5
commit
2ebc3b941e
3 changed files with 16 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
13
etc/NEWS
13
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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue