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.166 -r1.167 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 17:49:26 -0000 1.166 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 18:01:23 -0000 1.167 @@ -2107,7 +2107,7 @@ @param put If this boolean switch is specified, it'll use ns_set put instead of ns_set update (update is default) - @param args A Tcl list of variable names that will be transported into the ns_set. + @param vars_list A Tcl list of variable names that will be transported into the ns_set. @author Lars Pind (lars@pinds.com)