Index: openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl,v diff -u -N -r1.22.2.4 -r1.22.2.5 --- openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 20 Jan 2020 17:33:20 -0000 1.22.2.4 +++ openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 8 Aug 2020 08:08:20 -0000 1.22.2.5 @@ -203,7 +203,10 @@ :public object method scope {} { if {[info exists ::xotcl::currentThread]} { - # we are in an xotcl thread; the body won't be accessible directly + # + # We are in an XOTcl thread; the body won't be accessible + # by default without the explicit scope. + # return $::xotcl::currentThread } return ""