summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 16:05:38 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 16:05:38 +0200
commit48e96771eb42027798fdb698f907147d008c9ed7 (patch)
tree6d18b398f916e7899805d2276b4bf3183ad5cc97 /lisp/info-look.el
parent5cf561436035503121d771d123368b75ae1452b4 (diff)
downloademacs-48e96771eb42027798fdb698f907147d008c9ed7.tar.gz
* info-look.el (info-lookup-add-help): Clarify that ARGS is a list
of keyword/argument pairs (bug#6904).
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index 2cfaa81d4c7..13edc0269dd 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -127,9 +127,9 @@ OTHER-MODES is a list of cross references to other help modes.")
(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'.