Index: doc/next-migration.txt =================================================================== diff -u -r1beeb594c1cd9e222b6e1f419e9a6f5ec0713249 -r542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043 --- doc/next-migration.txt (.../next-migration.txt) (revision 1beeb594c1cd9e222b6e1f419e9a6f5ec0713249) +++ doc/next-migration.txt (.../next-migration.txt) (revision 542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043) @@ -325,11 +325,11 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When creating objects or classes, one should use the method +create+ -explicitly. In XOTcl, a default +unknown+ handler was provided for +explicitly. In XOTcl, a default +unknown+ method handler was provided for classes, which create for every unknown method invocation an object/class with the name of the invoked method. This technique was convenient, but as well dangerous, since typos in method names lead -easily to unexpected behavior. This default unknown handler is not +easily to unexpected behavior. This default unknown method handler is not provided in NX (but can certainly be provided as a one-liner in NX by the application).