; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)
This commit is contained in:
parent
277504584d
commit
4cf97969e6
1 changed files with 2 additions and 1 deletions
|
|
@ -651,7 +651,8 @@ while a list of strings is used as a word list."
|
|||
(defun apropos (pattern &optional do-all)
|
||||
"Show all meaningful Lisp symbols whose names match PATTERN.
|
||||
Symbols are shown if they are defined as functions, variables, or
|
||||
faces, or if they have nonempty property lists.
|
||||
faces, or if they have nonempty property lists, or if they are
|
||||
known keywords.
|
||||
|
||||
PATTERN can be a word, a list of words (separated by spaces),
|
||||
or a regexp (using some regexp special characters). If it is a word,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue