summaryrefslogtreecommitdiffstats
path: root/tools/man2help2.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-15 17:49:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-15 17:49:53 (GMT)
commit12a14105a15ca9bae71b2020fdc9d1c1b1b95dff (patch)
tree277c5486829521257e14440f75be75066df4f55a /tools/man2help2.tcl
parent2b1bafdd8a2fca08d2d7b57f68cc803f83dba72e (diff)
downloadtcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.zip
tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.tar.gz
tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.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.tcl2
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 "-"
}