From 4cf97969e6bb6f47c5b6ad4ca2afc2370abd6212 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 16 Nov 2022 16:13:45 +0200 Subject: [PATCH] ; * lisp/apropos.el (apropos): Doc fix. (Bug#59248) --- lisp/apropos.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.5