The function
apropos
behaves as specified in ANSI Common Lisp. 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
.