diff --git a/collects/swindle/clos.ss b/collects/swindle/clos.ss index e38282c939..08a0867585 100644 --- a/collects/swindle/clos.ss +++ b/collects/swindle/clos.ss @@ -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')