From 99dedda9fca91bce330d391cdb7004e36661df50 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 11 Mar 2007 09:07:17 +0000 Subject: [PATCH] :autoinitarg doc svn: r5769 --- collects/swindle/clos.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')