mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 07:30:50 -08:00
(apropos, apropos-value): Doc fix.
(apropos-documentation): Doc fix.
This commit is contained in:
parent
119f6f171a
commit
2a4ec7e1ef
1 changed files with 6 additions and 3 deletions
|
|
@ -502,7 +502,10 @@ while a list of strings is used as a word list."
|
|||
|
||||
;;;###autoload
|
||||
(defun apropos (pattern &optional do-all)
|
||||
"Show all bound symbols whose names match PATTERN.
|
||||
"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.
|
||||
|
||||
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,
|
||||
search for matches for that word as a substring. If it is a list of words,
|
||||
|
|
@ -571,7 +574,7 @@ time-consuming. Returns list of symbols and documentation found."
|
|||
|
||||
;;;###autoload
|
||||
(defun apropos-value (pattern &optional do-all)
|
||||
"Show all symbols whose value's printed image matches PATTERN.
|
||||
"Show all symbols whose value's printed representation matches PATTERN.
|
||||
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,
|
||||
search for matches for that word as a substring. If it is a list of words,
|
||||
|
|
@ -616,7 +619,7 @@ Returns list of symbols and values found."
|
|||
|
||||
;;;###autoload
|
||||
(defun apropos-documentation (pattern &optional do-all)
|
||||
"Show symbols whose documentation contain matches for PATTERN.
|
||||
"Show symbols whose documentation contains matches for PATTERN.
|
||||
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,
|
||||
search for matches for that word as a substring. If it is a list of words,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue