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)
commit27e8904ab461abff61be9b7612d7e4ef61e08679 (patch)
tree277c5486829521257e14440f75be75066df4f55a /tools/man2help2.tcl
parent7e2ce590bada1a2ac8014cb2859fcf6d5919e276 (diff)
downloadtcl-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.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 "-"
}