Index: doc/Class.man =================================================================== diff -u -N -rd4588fec011c3a8f3529ad25d3d2e033f7055b6e -r496978cf0b0f707fb82cd16eba99b2e44497e9ed --- doc/Class.man (.../Class.man) (revision d4588fec011c3a8f3529ad25d3d2e033f7055b6e) +++ doc/Class.man (.../Class.man) (revision 496978cf0b0f707fb82cd16eba99b2e44497e9ed) @@ -59,14 +59,14 @@ If [arg superClassNames] is not specified, returns the superclasses of the class. If provided, the class becomes the subclass of [arg superClassNames]. -[opt_def -filter [opt [arg filterSpecs]]] +[opt_def -filters [opt [arg filterSpecs]]] Retrieves the list of filter methods currently active on instances of the class, if [arg filterSpecs] is not set. Otherwise, activates a list of filter methods for the instances of the class. Filters are returned or set in terms of a list of [term "filter specification"]s. -[opt_def -mixin [opt [arg mixinSpecs]]] +[opt_def -mixins [opt [arg mixinSpecs]]] Returns the list of [term "mixin class"]es currently active on instances of the class, if [arg mixinSpecs] is not specified. Otherwise, the class @@ -153,7 +153,7 @@ [list_end] -[cmd_def filter] +[cmd_def filters] [list_begin definitions] @@ -214,13 +214,13 @@ default) will have contained both in the returned list. -[call [arg cls] [method "info subclass"] [opt [option -closure]] [opt [option -dependent]] [opt [arg pattern]]] +[call [arg cls] [method "info subclasses"] [opt [option -closure]] [opt [option -dependent]] [opt [arg pattern]]] If [arg pattern] is not specified, returns a list of the object names of all the direct and/or indirect subclasses of [arg cls]. If the [term "switch"] [option -closure] is set, indirect subclasses are also returned; otherwise, only direct subclasses will be returned. If the [term "switch"] [option -dependent] is on, indirect subclasses introduced by [term "mixin class"] relations of subclasses of [arg cls] are also reported. [option -closure] and [option -dependent] are mutually exclusive. If [arg pattern] is specified, only subclasses whose names match [arg pattern] will be listed (see [cmd "string match"]). -[call [arg cls] [method "info superclass"] [opt [option -closure]] [opt [arg pattern]]] +[call [arg cls] [method "info superclasses"] [opt [option -closure]] [opt [arg pattern]]] If [arg pattern] is not specified, returns a list of the object names of all the direct and/or indirect superclasses of [arg cls]. If the [term "switch"] [option -closure] is @@ -239,7 +239,7 @@ [list_end] -[cmd_def mixin] +[cmd_def mixins] [list_begin definitions] [include mixin.man.inc]