Class Documentation Strings
How can a :documentation string in a defclass be retrieved ? In other Lisps, (documentation <class-name-symbol> 'type) does the job, in LispWorks nil is returned. Sven
How can a :documentation string in a defclass be retrieved ? In other Lisps, (documentation <class-name-symbol> 'type) does the job, in LispWorks nil is returned. Sven
Sven Van Caekenberghe wrote: > How can a :documentation string in a defclass be retrieved ? I use: (documentation (find-class '<name of your class here>) 'type) Regards, Arthur Lemmens