• Scieneer Common Lisp 1.3.9 online documentation

    apropos string &optional package external-only[Function]

    Briefly describe all symbols which contain the specified string. If package is supplied then only describe symbols present in that package. If external-only is true then only describe external symbols in the specified package.

  •