:autoinitarg doc

svn: r5769
This commit is contained in:
Eli Barzilay 2007-03-11 09:07:17 +00:00
parent 67815cf2a6
commit 99dedda9fc

View File

@ -479,7 +479,8 @@
;;> should be used for creating the new class).
;;> * :autoinitargs { #t | #f }
;;> if set to `#t', make the class definition automatically generate
;;> initarg keywords from the slot names.
;;> initarg keywords from the slot names. (The keywords have the same
;;> name as the slots, eg `:foo'.)
;;> * :autoaccessors { #f | #t | :class-slot | :slot }
;;> if set to non-`#f', generate accessor methods automatically --
;;> either using the classname "-" slotname convention (`:class-slot')