]> code.delx.au - gnu-emacs/commitdiff
* info-look.el (info-lookup-symbol): Document MODE.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:10:02 +0000 (20:10 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:10:02 +0000 (20:10 -0800)
Fixes: debbugs:15498
lisp/ChangeLog
lisp/info-look.el

index 04bea69a5cc243d9fe732d7b3503e66ba5bc64f8..fc31411f3eab08c9385cc523cc7cd4e4a3b697ac 100644 (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
index b800fc885f7a200df9ec2f6faf4bbf34a479a68f..5bbaa37d0d3e2ca9c462aaa779f9446ed652c591 100644 (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))