Index: openacs-4/packages/acs-lang/tcl/localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/localization-procs.tcl,v diff -u -r1.29.2.8 -r1.29.2.9 --- openacs-4/packages/acs-lang/tcl/localization-procs.tcl 16 Dec 2019 12:12:28 -0000 1.29.2.8 +++ openacs-4/packages/acs-lang/tcl/localization-procs.tcl 16 Dec 2019 12:13:54 -0000 1.29.2.9 @@ -262,7 +262,11 @@ 12:50:14". Note that in this case all information about timetzone and fractions of second will be discarded. - @param fmt An ISO 14652 LC_TIME style formatting string. The highlighted functions localize automatically based on the user's locale; other strings will use locale-specific text but not necessarily locale-specific formatting. + @param fmt An ISO 14652 LC_TIME style formatting string. The + highlighted functions localize automatically + based on the user's locale; other strings will use + locale-specific text but not necessarily + locale-specific formatting.
       %a           FDCC-set's abbreviated weekday name.
       %A           FDCC-set's full weekday name.
@@ -324,7 +328,7 @@
     @see http://www.tondering.dk/claus/calendar.html
     @see man strftime on a UNIX shell prompt for more date format abbreviations.
 
-    @return                A date formatted for a locale
+    @return A date formatted for a locale
 } {
     if { $datetime eq "" } {
         return ""