Index: doc/langRef.xotcl =================================================================== diff -u -r5d5e792f4a7f64411aa0537f4677ae96dea4432f -r0037211cd9632cbb418f9f8ca40a001a51d1598d --- doc/langRef.xotcl (.../langRef.xotcl) (revision 5d5e792f4a7f64411aa0537f4677ae96dea4432f) +++ doc/langRef.xotcl (.../langRef.xotcl) (revision 0037211cd9632cbb418f9f8ca40a001a51d1598d) @@ -1129,10 +1129,12 @@ Returns all instprocs defined for the class. If pattern is specified it returns all instprocs that match the pattern. - <@li><@TT>ClassName info mixinof ?pattern?: - Returns the list of classes, into which this class was mixed in - via per object mixin. This is the inverse function of <@TT>Object - info mixin. If <@TT>pattern is specified and + <@li><@TT>ClassName info mixinof ?-closure? ?pattern?: Returns the + list of classes, into which this class was mixed in via per + object mixin. This is the inverse function of <@TT>Object info + mixin. If <@TT>-closure is specified, also the + classes are returned, for which the class is indirectly mixed in + as a per-object mixin. If <@TT>pattern is specified and it contains wildcards, all matching mixin classes are returned. If <@TT>pattern does not contain wildcards, either the fully qualified name is returned, or empty, if no