Index: doc/Object.man =================================================================== diff -u -r8611e39b6778504101735a118a682dc0aac99d0c -r496978cf0b0f707fb82cd16eba99b2e44497e9ed --- doc/Object.man (.../Object.man) (revision 8611e39b6778504101735a118a682dc0aac99d0c) +++ doc/Object.man (.../Object.man) (revision 496978cf0b0f707fb82cd16eba99b2e44497e9ed) @@ -75,27 +75,20 @@ Retrieves the current class of the object or sets the object's class to [arg className], if provided. -[opt_def -object-filter [arg filterMethods]] +[opt_def -object-filters [arg filterMethods]] Retrieves the list of currently active per-object filter methods or sets a list of per-object filter methods, if [arg filterMethods] is provided. -[opt_def -object-mixin [arg mixinSpecs]] +[opt_def -object-mixins [arg mixinSpecs]] -Retrieves the list of currently active per-object mixin specifications -or sets a list of per-object mixin specifications to become -active. [arg mixinSpecs] is of the form of ... +If [arg mixinSpecs] is not specified, retrieves the list of currently +active per-object mixin specifications. If [arg mixinSpecs] is +specified, sets a list of per-object mixin specifications to become +active. [term "mixin class"]es are returned or set in terms of a list +of [term "mixin specification"]s. -[comment { - [opt_def -volatile] - - A volatile object is automatically destroyed (see [method destroy]) - when, during program execution, the variable scope, in which [option -volatile] was - configured for a given object for the first time (e.g., the call frame - of a proc), is cleaned up. -}] - [list_end] [section {Methods for Instances of nx::Object}] @@ -362,7 +355,7 @@ [list_end] -[cmd_def filter] +[cmd_def filters] [list_begin definitions] @@ -609,7 +602,7 @@ [list_end] -[cmd_def mixin] +[cmd_def mixins] [list_begin definitions] [include mixin.man.inc]