Index: openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 23 Oct 2024 17:05:46 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 23 Oct 2024 17:34:30 -0000 1.15 @@ -590,9 +590,10 @@ # request, no matter, if concurrently, a value is changed # (e.g. permissions). # - # The per-request cache uses Tcl variables in the global - # Tcl namespace, such they are automatically reclaimed - # after the request. These use the prefix "::__acs_cache" + # The per-request cache uses a Tcl variable in the global + # Tcl namespace, such it will be automatically reclaimed + # after the request. The per-request cache uses the prefix + # "::__acs_cache". # } Index: openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 23 Oct 2024 17:08:21 -0000 1.28 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 23 Oct 2024 17:34:30 -0000 1.29 @@ -27,6 +27,7 @@ } set excluded_proc_index { { Object ::ns_cache} + { Object ::xo::lti::LTI::per-object-slot} } foreach p [lsort -dictionary [nsv_array names api_proc_doc]] { set pa [nsv_get api_proc_doc $p]