The ELISP candidate generator (p-search-x-elisp
) can be used to search
Emacs Lisp symbols along with their documentation. When being created,
you can provide it with the following option:
symbol-type
A keyword, one of: :all
for all symbols (default),
:functions
for all function symbols, or :variables
for all
variables.