Lisp HUG Maillist Archive

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


Re: Class Documentation Strings

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




Updated at: 2020-12-10 08:58 UTC