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 -N -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 { Index: openacs-4/packages/acs-api-browser/www/tcl-doc-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/tcl-doc-search.tcl,v diff -u -N -r1.6.4.2 -r1.6.4.3 --- openacs-4/packages/acs-api-browser/www/tcl-doc-search.tcl 3 Aug 2014 19:40:18 -0000 1.6.4.2 +++ openacs-4/packages/acs-api-browser/www/tcl-doc-search.tcl 9 Sep 2014 07:46:32 -0000 1.6.4.3 @@ -32,4 +32,4 @@ } set title "Tcl API Procedure Search for: \"$tcl_proc\"" -set context [list "TCL API Search: $tcl_proc"] +set context [list "Tcl API Search: $tcl_proc"]