Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 13 Mar 2003 18:20:54 -0000 1.43 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 2 Apr 2003 13:48:39 -0000 1.44 @@ -1355,7 +1355,8 @@ package_key } { - Creates a new instance of a package and call the post instantiation proc, if any. + Creates a new instance of a package and calls the post instantiation proc, if any. If the + package is a singleton and already exists then this procedure will silently do nothing. @param instance_name The name of the package instance, defaults to the pretty name of the package type.