Index: library/serialize/serializer.tcl =================================================================== diff -u -r0fd6850413df596f7355ed788d09ad733b35a8ef -r6af35a888e33da976e283271bb68060f34d91a9a --- library/serialize/serializer.tcl (.../serializer.tcl) (revision 0fd6850413df596f7355ed788d09ad733b35a8ef) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision 6af35a888e33da976e283271bb68060f34d91a9a) @@ -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: