Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
48e96771
Commit
48e96771
authored
Jul 02, 2011
by
Lars Magne Ingebrigtsen
Browse files
* info-look.el (info-lookup-add-help): Clarify that ARGS is a list
of keyword/argument pairs (bug#6904).
parent
5cf56143
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/info-look.el
lisp/info-look.el
+2
-2
No files found.
lisp/ChangeLog
View file @
48e96771
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).
...
...
lisp/info-look.el
View file @
48e96771
...
...
@@ -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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment