emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104872: * info-look.el (info-lookup-


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104872: * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
Date: Sat, 02 Jul 2011 16:05:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104872
fixes bug(s): http://debbugs.gnu.org/6904
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 16:05:38 +0200
message:
  * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
  of keyword/argument pairs (bug#6904).
modified:
  lisp/ChangeLog
  lisp/info-look.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-02 13:53:53 +0000
+++ b/lisp/ChangeLog    2011-07-02 14:05:38 +0000
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
+       of keyword/argument pairs (bug#6904).
+
        * replace.el (multi-occur): Mention
        `multi-occur-in-matching-buffers' in the doc string (bug#7566).
 

=== modified file 'lisp/info-look.el'
--- a/lisp/info-look.el 2011-05-28 02:10:32 +0000
+++ b/lisp/info-look.el 2011-07-02 14:05:38 +0000
@@ -127,9 +127,9 @@
 
 (defun info-lookup-add-help (&rest arg)
   "Add or update a help specification.
-Function arguments are one or more options of the form
+Function arguments are specified as keyword/argument pairs:
 
-    KEYWORD ARGUMENT
+    \(KEYWORD . ARGUMENT)
 
 KEYWORD is either `:topic', `:mode', `:regexp', `:ignore-case',
  `:doc-spec', `:parse-rule', or `:other-modes'.


reply via email to

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