summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-07 20:10:02 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-07 20:10:02 -0800
commitea838c36f6bfbd2fba532b668d422cb1783b289c (patch)
tree7162870a921ef9ba8650d3cfed922c1ad92c4d00 /lisp/info-look.el
parent0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18 (diff)
downloademacs-ea838c36f6bfbd2fba532b668d422cb1783b289c.tar.gz
* info-look.el (info-lookup-symbol): Document MODE.
Fixes: debbugs:15498
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index b800fc885f7..5bbaa37d0d3 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -260,7 +260,7 @@ minibuffer. In the minibuffer, use M-n to yank the default argument
value into the minibuffer so you can edit it. The default symbol is the
one found at point.
-With prefix arg a query for the symbol help mode is offered."
+With prefix arg MODE a query for the symbol help mode is offered."
(interactive
(info-lookup-interactive-arguments 'symbol current-prefix-arg))
(info-lookup 'symbol symbol mode))
@@ -274,7 +274,7 @@ In the minibuffer, use M-n to yank the default file name
into the minibuffer so you can edit it.
The default file name is the one found at point.
-With prefix arg a query for the file help mode is offered."
+With prefix arg MODE a query for the file help mode is offered."
(interactive
(info-lookup-interactive-arguments 'file current-prefix-arg))
(info-lookup 'file file mode))