Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.94.2.10 -r1.94.2.11 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 16 Oct 2013 19:49:09 -0000 1.94.2.10 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 17 Oct 2013 09:14:17 -0000 1.94.2.11 @@ -60,7 +60,7 @@ # # Indicates that $path is a -procs.tcl file which should be examined # every time apm_load_any_changed_libraries is invoked, to see whether -# it has changed since last loaded. The path starts at acs_root_dir. +# it has changed since last loaded. The path starts at $::acs::rootdir. # # RELOADING VOODOO # @@ -381,7 +381,7 @@ interpreters. Only marks files for reload if they haven't been loaded before or they have changed since last reload. - @param file_list A list of paths relative to acs_root_dir + @param file_list A list of paths relative to $::acs::rootdir @param force_reload Mark the files for reload even if their modification time in the nsv cache doesn't differ from the one in the filesystem.