diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:50:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:50:56 (GMT) |
commit | a399efb99d61fd87606a8b8cf4b86f371c577269 (patch) | |
tree | 363bcf37873b2387f9e79e4bd10fc53924df5914 /tools/tcltk-man2html.tcl | |
parent | e6667b545727cc9ef6510a8d0341787d742ce6e5 (diff) | |
download | tcl-a399efb99d61fd87606a8b8cf4b86f371c577269.zip tcl-a399efb99d61fd87606a8b8cf4b86f371c577269.tar.gz tcl-a399efb99d61fd87606a8b8cf4b86f371c577269.tar.bz2 |
No need for regexp(n) to get special treatment
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index a550a07..6aeb391 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -796,7 +796,6 @@ set ensemble_commands { } array set exclude_refs_map { history.n {exec} - regexp.n {string} source.n {text} canvas.n {bitmap text} checkbutton.n {image} |