Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -N -r1.37.2.10 -r1.37.2.11 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 31 Mar 2022 16:33:54 -0000 1.37.2.10 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 31 Mar 2022 16:36:09 -0000 1.37.2.11 @@ -80,11 +80,12 @@ -multiple:boolean args } { - template::element::create syntax requires first two non - arguments (form and element name), then a set of option - flags. This is not the native Tcl syntax, where flags come before - unnamed arguments. To use native Tcl argument parsing for - remaining flags, we create this internal utility. + template::element::create syntax requires first two non-positional + arguments (form and element name), then a set of named-argument + flags to transform into options. This is not the native Tcl + syntax, where named-arguments come before unnamed ones. To use + native Tcl argument parsing for remaining flags, we create this + internal utility. @see template::element::create