; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)

This commit is contained in:
Eli Zaretskii 2022-11-16 16:13:45 +02:00
parent 277504584d
commit 4cf97969e6

View file

@ -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,