aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFilipp Gunbin2014-12-31 17:14:33 +0300
committerFilipp Gunbin2014-12-31 17:15:36 +0300
commitf588156cbc7b15d6c5c2da3b1cd0e3d56df937b6 (patch)
tree4e9cc9b49b2b8f44328d1d751243d9fd33cad304 /doc
parent25346768fac53687c97c213fb99ff18fa805b073 (diff)
downloademacs-f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6.tar.gz
emacs-f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6.zip
Use prefix argument in `info-display-manual'
* lisp/info.el (info-display-manual): Limit the completion alternatives to currently visited manuals if prefix argument is non-nil.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/info.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index a3a14a35b80..0e2e64f2356 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -1151,7 +1151,10 @@ switches to the buffer @file{*info*<2>}, creating it if necessary.
1151 If you have created many Info buffers in Emacs, you might find it 1151 If you have created many Info buffers in Emacs, you might find it
1152difficult to remember which buffer is showing which manual. You can 1152difficult to remember which buffer is showing which manual. You can
1153use the command @kbd{M-x info-display-manual} to show an Info manual 1153use the command @kbd{M-x info-display-manual} to show an Info manual
1154by name, reusing an existing buffer if there is one. 1154by name, reusing an existing buffer if there is one. When given a
1155prefix argument, this command limits the completion alternatives to
1156currently visited info files, thus giving a convenient way to switch
1157between several manuals.
1155 1158
1156@node Emacs Info Variables 1159@node Emacs Info Variables
1157@section Emacs Info-mode Variables 1160@section Emacs Info-mode Variables