• Scieneer Common Lisp 1.3.9 online documentation

    ext:map-apropos fun string &optional package external-only[Function]

    Call fun with each symbol that contains string. If package is supplied then only use symbols present in that package. If external-only is true then only use symbols exported from the specified package.

  •