Index: doc/langRef.xotcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r0af82d91e55016bf2a42c7a171e65e7e4a0e0e04 --- doc/langRef.xotcl (.../langRef.xotcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ doc/langRef.xotcl (.../langRef.xotcl) (revision 0af82d91e55016bf2a42c7a171e65e7e4a0e0e04) @@ -949,7 +949,7 @@ are called as methods. '-' followed by a numerical is interpreted as a negative number (and not as a method). If a value of a method called this way starts with a "a", the call can be placed safely - into a list (e.g. "Class c [-strangearg -a-] -simplearg 2"). + into a list (e.g. "Class c [list -strangearg -a-] -simplearg 2"). Finally the constructor <@tt>init is called on the object with all arguments up to the first '-' arg.<@p>