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.27.8.18 -r1.27.8.19 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 9 Sep 2014 07:42:38 -0000 1.27.8.18 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 9 Sep 2014 07:46:32 -0000 1.27.8.19 @@ -1087,12 +1087,12 @@ template::head::add_style -style $apidoc::style # Keywords will be colored as other procs, but not hyperlinked - # to api-doc pages. Perhaps we should hyperlink them to the TCL man pages? + # to api-doc pages. Perhaps we should hyperlink them to the Tcl man pages? # else and elseif are be treated as special cases later if {[info commands ::xotcl::api] ne ""} { set XOTCL_KEYWORDS [list self my next] - # only command names are highlighted, otherwise we could add xotcl method + # Only command names are highlighted, otherwise we could add XOTcl method # names by [lsort -unique [concat [list self my next] .. # [::xotcl::Object info methods] [::xotcl::Class info methods] ]] } else {