Index: generic/predefined.xotcl =================================================================== diff -u -rdaafc0f0261f6b47a01c7cc8975acdd66f91f360 -r35e0efc0d8851a10c70071c12112b11538ce97af --- generic/predefined.xotcl (.../predefined.xotcl) (revision daafc0f0261f6b47a01c7cc8975acdd66f91f360) +++ generic/predefined.xotcl (.../predefined.xotcl) (revision 35e0efc0d8851a10c70071c12112b11538ce97af) @@ -966,12 +966,16 @@ ::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