]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)
authorEli Zaretskii <eliz@gnu.org>
Wed, 16 Nov 2022 14:13:45 +0000 (16:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Nov 2022 14:13:45 +0000 (16:13 +0200)
lisp/apropos.el

index 62a37df8207573a01dd4b9cb596446af9fd32ab4..d9d8f4c372bce26716c9e52cd8b0986962f1d0fa 100644 (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,