Index: openacs-4/packages/acs-tcl/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/install-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/acs-tcl/tcl/install-procs.tcl 27 Oct 2014 16:40:07 -0000 1.30 +++ openacs-4/packages/acs-tcl/tcl/install-procs.tcl 7 Aug 2017 23:47:59 -0000 1.31 @@ -21,7 +21,7 @@ } ad_proc -private ::install::xml::action::source { node } { - Source an install.xml file, sql file or tcl script during execution of + Source an install.xml file, sql file or Tcl script during execution of the current install.xml. If no type attribute is specified then this tag will attempt to guess @@ -1169,3 +1169,9 @@ return $result } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: