Index: doc/example-scripts/bagel.tcl =================================================================== diff -u -N -r275da34d3d7a874a451eced58242b738c8a37d1a -rae081c0f1926da915e0584d8561abaa8a2a022a4 --- doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 275da34d3d7a874a451eced58242b738c8a37d1a) +++ doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision ae081c0f1926da915e0584d8561abaa8a2a022a4) @@ -167,8 +167,8 @@ # For multiple inheritance, the system determines a linear inheritance # ordering that respects all of the local superclass orderings. You -# can examine this ordering with an info option. next follows this -# ordering when it combines behavior. +# can examine this ordering with an info option. This ordering +# determines the the method resolition, when e.g. "next" is called. ? {SesameOnionBagel info heritage} {::Sesame ::Onion ::SpreadableBagel ::Bagel ::nx::Object}