Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.189.2.62 -r1.189.2.63 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 28 Jul 2020 14:42:05 -0000 1.189.2.62 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Aug 2020 13:09:53 -0000 1.189.2.63 @@ -2339,7 +2339,7 @@ {-exclude ""} set_id } { - Returns the keys of a ns_set as a Tcl list, like array names. + Returns the keys of an ns_set as a Tcl list, like array names. @param colon If set, will prepend all the keys with a colon; useful for bind variables @param exclude Optional Tcl list of key names to exclude @@ -2713,7 +2713,7 @@ ad_proc -public util_list_to_ns_set { aList } { - Convert a list in the form "key value key value ..." into a ns_set. + Convert a list in the form "key value key value ..." into an ns_set. @param aList The list to convert