Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -r1.11.2.4 -r1.11.2.5 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 21 Apr 2017 16:50:29 -0000 1.11.2.4 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 22 Apr 2017 18:15:50 -0000 1.11.2.5 @@ -142,7 +142,7 @@ ad_proc -private -deprecated template::util::server_root {} { uses ns_library to find the server root, may not always be accurate - because it essentially asks for the tcl library path and + because it essentially asks for the Tcl library path and strips off the last /tcl directory. @see use $::acs::rootdir instead @@ -393,7 +393,7 @@ } ad_proc -private doc::parse_namespace { text_lines } { - text between two namespace markers in a tcl library file and + text between two namespace markers in a Tcl library file and parses out procedure source and comments @author simon @@ -587,7 +587,7 @@ } ad_proc -private doc::parse_tcl_library { dir_list } { - takes the absolute path of the tcl library directory and parses through it + takes the absolute path of the Tcl library directory and parses through it @see doc::parse_file @see template::util::comment_text_normalize