Index: xotcl/doc/langRef.xotcl =================================================================== diff -u -r1670c4220da681d286eae8acbac8745dd37296f9 -rab63a4908f87f226de9730e0afa820388c93acc4 --- xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision 1670c4220da681d286eae8acbac8745dd37296f9) +++ xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision ab63a4908f87f226de9730e0afa820388c93acc4) @@ -1,4 +1,4 @@ -# $Id: langRef.xotcl,v 1.4 2004/09/21 11:41:43 neumann Exp $ +# $Id: langRef.xotcl,v 1.5 2004/10/13 10:35:43 neumann Exp $ package provide XOTcl-langRef 1.3 package require Tcl @@ -63,7 +63,7 @@ <@/p> } - date { $Date: 2004/09/21 11:41:43 $ } + date { $Date: 2004/10/13 10:35:43 $ } } ## @@ -320,7 +320,8 @@ of the object,
  • -methodprefix string inserts the specified prefix in front of the second argument of the invocation,
  • -
  • -default is used for default method names. +
  • -default is used for default method names (only + in connection with %1) See tutorial for detailed examples. } @@ -970,7 +971,8 @@ of the object,
  • -methodprefix string inserts the specified prefix in front of the second argument of the invocation,
  • -
  • -default is used for default method names. +
  • -default is used for default method names (only in + connection with %1). See tutorial for detailed examples. }