summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:50:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:50:56 (GMT)
commita399efb99d61fd87606a8b8cf4b86f371c577269 (patch)
tree363bcf37873b2387f9e79e4bd10fc53924df5914 /tools/tcltk-man2html.tcl
parente6667b545727cc9ef6510a8d0341787d742ce6e5 (diff)
downloadtcl-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-xtools/tcltk-man2html.tcl1
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}