diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-15 17:49:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-15 17:49:53 (GMT) |
commit | 27e8904ab461abff61be9b7612d7e4ef61e08679 (patch) | |
tree | 277c5486829521257e14440f75be75066df4f55a /tools/man2help2.tcl | |
parent | 7e2ce590bada1a2ac8014cb2859fcf6d5919e276 (diff) | |
download | tcl-27e8904ab461abff61be9b7612d7e4ef61e08679.zip tcl-27e8904ab461abff61be9b7612d7e4ef61e08679.tar.gz tcl-27e8904ab461abff61be9b7612d7e4ef61e08679.tar.bz2 |
Improve descriptions of character escapes and ranges in Tcl.n.
Improve output format handlers to cope with added escape for en-dashes.
Diffstat (limited to 'tools/man2help2.tcl')
-rw-r--r-- | tools/man2help2.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl index fe4e7ad..9c8f503 100644 --- a/tools/man2help2.tcl +++ b/tools/man2help2.tcl @@ -717,7 +717,7 @@ proc char {name} { textSetup puts -nonewline $file "\\'d7 " } - {\(em} { + {\(em} - {\(en} { textSetup puts -nonewline $file "-" } |