Index: library/serialize/serializer.tcl =================================================================== diff -u -N -rf934951db464db1a6f39ac98290ecde17a466cd7 -r0fd6850413df596f7355ed788d09ad733b35a8ef --- library/serialize/serializer.tcl (.../serializer.tcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision 0fd6850413df596f7355ed788d09ad733b35a8ef) @@ -61,7 +61,7 @@ <@tt>ignore and <@tt>ignoreVarsRE see <@tt>Serizalizer all. <@tt>map can be used in addition to provide pairs of old-string and new-string - (like in the tcl command <@tt>string map). This option + (like in the Tcl command <@tt>string map). This option can be used to regenerate the serialized object under a different object or under an different name, or to translate relative object names in the serialized code.

@@ -1128,7 +1128,7 @@ # # Local variables: -# mode: tcl +# mode: Tcl # tcl-indent-level: 2 # indent-tabs-mode: nil # End: