[Openmcl-devel] documentation for classes returns a list, not a string

Rudi Schlatte rudi at constantly.at
Tue Mar 1 07:44:10 PST 2005


Hi,

* (lisp-implementation-version)
=> "Version (Beta: Darwin) 0.14.2-p1"
* (defclass foo () () (:documentation "A test class."))
=> #<STANDARD-CLASS FOO>
* (documentation (find-class 'foo) t)
=> ("A test class.")

I noticed this because the thing I'm working on wants a string there -- 
I can hack around it, but want to report it nevertheless.

Cheers,

Rudi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20050301/b497e36d/attachment.bin>


More information about the Openmcl-devel mailing list