Index: openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl,v diff -u -r1.10.2.1 -r1.10.2.2 --- openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 12 Sep 2016 10:49:38 -0000 1.10.2.1 +++ openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 21 Apr 2017 14:00:24 -0000 1.10.2.2 @@ -15,7 +15,7 @@ if {![::xotcl::Object isclass ::xotcl::RecreationClass]} { ::xotcl::Class create ::xotcl::RecreationClass -ad_doc { -

This meta-class controlls the behavior of classes (and optionally +

This meta-class controls the behavior of classes (and optionally their instances), when the classes (or their instances) are overwritten by same named new objects; we call this situation a recreate of an object.