Searches for interned symbols.
common-lisp
apropos string &optional package external-only
string⇩ |
A string designator. |
package⇩ |
A package designator or nil . |
external-only⇩ |
A generalized boolean. |
The function apropos
behaves as specified in ANSI Common Lisp w.r.t. string and package. There is an additional optional argument external-only, which if true restricts the search to symbols which are external in the searched package or packages. The default value of external-only is nil
.
apropos in the Common Lisp HyperSpec
apropos-list
*describe-print-length*
*describe-print-level*
regexp-find-symbols
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30