Index: doc/tutorial2.html =================================================================== diff -u -r37fe2bc49a8594e767ddeb0eabbe47f8c348513a -r2a955681817e4db4776d7ae904babe8053c5ad74 --- doc/tutorial2.html (.../tutorial2.html) (revision 37fe2bc49a8594e767ddeb0eabbe47f8c348513a) +++ doc/tutorial2.html (.../tutorial2.html) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -1141,7 +1141,7 @@ }

Note, that there is a difference to the realization of these -object informations to OTcl. XOTcl uses commands in order to make +object information to OTcl. XOTcl uses commands in order to make XOTcl-methods compatible to Tcl-procedures and accessible via namespace-paths. OTcl uses the three variables self, class and proc, which are filled automatically with proper values @@ -1435,7 +1435,7 @@ meta-class Class. Note that this instance method does not only support the class info options, but also the class-object info options, since the accessing command refers to the class-object, which itself -is an object and, therefore, offers its informations. The following +is an object and, therefore, offers its information. The following table summarizes the additional info options available on classes.

@@ -1643,7 +1643,7 @@ leaves it's instances with the class Object.

So all empty class- and superclass-relationships are automatically -reseted to Object. Note, that this are differences to OTcl, +reset to Object. Note, that this are differences to OTcl, where the destruction of an class destroys all instances and an empty super-class list remains empty.

@@ -3358,7 +3358,7 @@ meta-programming abilities often requires to go further and to get information from the caller's and the callee's scope (e.g for delegation decisions). Therefore, we introduced rich call-stack -informations for the interceptors. Note, that these are also available +information for the interceptors. Note, that these are also available for ordinary methods, but the "called..." info options return empty strings.

@@ -4198,7 +4198,7 @@ situations, such as for instance in the implementation of the set, unset, append, array methods among others.

-

The fowarding functionality is suppored by XOTcl be the methods +

The forwarding functionality is supported by XOTcl be the methods forward and instforward that address these requirements and provide an efficient implementation for these tasks.

@@ -4219,7 +4219,7 @@ -earlybinding and -default. The option -objscope is used to specify that the command should be executed in the scope of the calling object (i.e. instance variables apprear -as local varibales), -methodprefix means that the called +as local variables), -methodprefix means that the called method should be prefixed with the specified string (to avoid name clashes), -earlybinding means that the function pointer of the specified command (callee) is take at invocation time (should only