From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 04:10:02 +0000 (-0800) Subject: * info-look.el (info-lookup-symbol): Document MODE. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea838c36f6bfbd2fba532b668d422cb1783b289c;p=emacs.git * info-look.el (info-lookup-symbol): Document MODE. Fixes: debbugs:15498 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04bea69a5cc..fc31411f3ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-08 Lars Ingebrigtsen + * 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 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))