Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.69 -r1.70 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 17 Nov 2018 16:30:40 -0000 1.69 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 17 Nov 2018 16:33:32 -0000 1.70 @@ -1181,7 +1181,7 @@ return [::xo::api get_method_source "" $obj $prefix $method] } } - return "" + return "" } elseif {[info commands ::xo::api] ne "" && [regexp {^([^ ]+) (Class|Object) (.*)$} $proc_name . thread kind obj]} { return [::xo::api get_object_source $thread $obj] Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.105 -r1.106 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 8 Nov 2018 17:12:45 -0000 1.105 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 17 Nov 2018 16:37:35 -0000 1.106 @@ -2384,7 +2384,8 @@ length padstring } { - Tcl implementation of the pad string function found in many DBMSs.
+ Tcl implementation of the pad string function found in many DBMSs. + One of the directional flags -left or -right must be specified and will dictate whether this will be a lpad or a rpad. @@ -2398,7 +2399,7 @@ value must be an integer > 0. @arg padstring string that will be repeated until length of - supplied string is equal or greather than length. + supplied string is equal or greather than length. @return padded string } {