1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

* info-look.el (info-lookup-symbol): Document MODE.

Fixes: debbugs:15498
This commit is contained in:
Lars Ingebrigtsen 2014-02-07 20:10:02 -08:00
parent 0d8a4ae73c
commit ea838c36f6
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* info-look.el (info-lookup-symbol): Document MODE (bug#15498).
* isearch.el (isearch-cmds): Doc clarification (bug#15547).
* replace.el (replace-match-maybe-edit): Doc clarification

View File

@ -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))