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.22 -r1.23 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 9 Oct 2024 12:42:34 -0000 1.22 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 22 Oct 2024 10:00:45 -0000 1.23 @@ -30,6 +30,7 @@ if { [dict exists $pa protection] && "public" in [dict get $pa protection] && !([dict get $pa deprecated_p] || [dict get $pa warn_p]) + && ![string match *::slot* $p] } { incr count if { [string is space [join [dict get $pa main]]] &&