emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eli Zaretskii
Subject: master 4cf97969e6: ; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)
Date: Wed, 16 Nov 2022 09:14:15 -0500 (EST)

branch: master
commit 4cf97969e6bb6f47c5b6ad4ca2afc2370abd6212
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 62a37df820..d9d8f4c372 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]