diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-03-16 09:07:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-03-16 09:07:19 (GMT) |
commit | 709c26db6735431a77f3509d28a5c6c6309709bd (patch) | |
tree | a888ae9287f0590fcfdd41f361a58cf105525099 /tools | |
parent | d66350b2d96335fcf44b14f8bebd87ac9c307cd9 (diff) | |
download | tcl-709c26db6735431a77f3509d28a5c6c6309709bd.zip tcl-709c26db6735431a77f3509d28a5c6c6309709bd.tar.gz tcl-709c26db6735431a77f3509d28a5c6c6309709bd.tar.bz2 |
Fixes to docs made possible by recent HTML rendering fixes for Tk.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index c887edd..b69e601 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -155,12 +155,11 @@ proc process-text {text} { {\fP} {\fR} \ {\.} . \ {\(bu} "•" \ - "\\*(qo" "ô" \ ] # This might make a few invalid mappings, but we don't use them foreach c {a e i o u y A E I O U Y} { foreach {prefix suffix} { - o circ / slash : uml ' acute ^ circ ` grave + o ring / slash : uml ' acute ^ circ ` grave } { lappend charmap "\\\[${prefix}${c}\]" "&${c}${suffix};" } |