Next: apropos-command, Up: Apropos [Index]
Find all meaningful Lisp symbols whose names contain a match for the apropos pattern ‘PATTERN’.
if non-nil, or if the user option ‘apropos-do-all’ is non-‘nil’, then
apropos
also shows key bindings for the functions that are found.
The function returns a list of elements that look like this:
(SYMBOL SCORE FUNCTION-DOC VARIABLE-DOC PLIST-DOC WIDGET-DOC FACE-DOC GROUP-DOC)
an integer measure of how important the symbol seems to be as a match
Each of the remaining elements is a documentation string, or ‘nil’, for SYMBOL as a function, variable, etc.
It also displays the symbols in a buffer named ‘*Apropos*’, each with a one-line description taken from the beginning of its documentation string.