From: Eli Zaretskii Date: Wed, 16 Nov 2022 14:13:45 +0000 (+0200) Subject: ; * lisp/apropos.el (apropos): Doc fix. (Bug#59248) X-Git-Tag: emacs-29.0.90~1616^2~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cf97969e6bb6f47c5b6ad4ca2afc2370abd6212;p=emacs.git ; * lisp/apropos.el (apropos): Doc fix. (Bug#59248) --- diff --git a/lisp/apropos.el b/lisp/apropos.el index 62a37df8207..d9d8f4c372b 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -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,