emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116323: * info-look.el (info-lookup-symbol): Docume


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116323: * info-look.el (info-lookup-symbol): Document MODE.
Date: Sat, 08 Feb 2014 04:11:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116323
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15498
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:10:02 -0800
message:
  * info-look.el (info-lookup-symbol): Document MODE.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/info-look.el              
infolook.el-20091113204419-o5vbwnq5f7feedwu-1188
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 04:02:37 +0000
+++ b/lisp/ChangeLog    2014-02-08 04:10:02 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/info-look.el'
--- a/lisp/info-look.el 2014-01-01 07:43:34 +0000
+++ b/lisp/info-look.el 2014-02-08 04:10:02 +0000
@@ -260,7 +260,7 @@
 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 @@
 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]