apropos (pattern, predicate?)
A list of all symbols defined in the system which match the given pattern, and if the predicate is supplied, whose values are true under that predicate.
This function searches the names of all defined symbols in the currently running interpreter environment. The pattern can contain the following special characters:
The predicate is any function which accepts a single argument. If the predicate evaluates to non-nil when given the value of a symbol, and if the symbol matches the pattern, then the symbol will be reported by apropos. If the predicate is not supplied, then all symbols which match the pattern will be reported. The pattern is case-sensitive.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.