* info-look.el (info-lookup-add-help): Clarify that ARGS is a list
of keyword/argument pairs (bug#6904).
This commit is contained in:
parent
5cf5614360
commit
48e96771eb
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* 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).
|
||||
|
||||
|
|
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue