Index: generic/predefined.xotcl =================================================================== diff -u -raa1943604c4de3d538dff67d5e9e238323d37474 -r6ef3475add453ab5c2d62ca807a545bf4bc0686a --- generic/predefined.xotcl (.../predefined.xotcl) (revision aa1943604c4de3d538dff67d5e9e238323d37474) +++ generic/predefined.xotcl (.../predefined.xotcl) (revision 6ef3475add453ab5c2d62ca807a545bf4bc0686a) @@ -967,16 +967,12 @@ ::nx::MetaSlot __invalidateobjectparameter # @object ::nx::Attribute -} -namespace eval ::nx { + # # Attribute slots are used to manage the access, mutation, and # querying of instance variables. There is a helper method {{@method # ::nx::Object class attribute}} to define the attributes of classes # (and objects). Consider the example of a class definition with # three attribute slots: -} -namespace eval ::nx { - # {{{ # Class create Person { # :attribute name