Index: library/serialize/serializer.tcl =================================================================== diff -u -rda2688b92e232f4263857d29f6bcca80f642d51a -r43373d98ca07d446abec8f8f62af7c4df56207a3 --- library/serialize/serializer.tcl (.../serializer.tcl) (revision da2688b92e232f4263857d29f6bcca80f642d51a) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3) @@ -40,7 +40,7 @@ Do not serialize any instance variable named b (of any object).

<@pre class='code'>Serializer all -ignoreVarsRE {^::o1::.*text.*$|^::o2::x$} Do not serialize any variable of c1 whose name contains - the string "text" and do not serialze the variable x of o2.

+ the string "text" and do not serialize the variable x of o2.

<@pre class='code'>Serializer all -ignore obj1 obj2 ... do not serizalze the specified objects } @@ -90,7 +90,7 @@ } { Description { Serialize the specified method. In order to serialize - an instproc, <@tt>prefix should be 'inst'; to serialze + an instproc, <@tt>prefix should be 'inst'; to serialize procs, it should be empty.

Examples: