summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-01-13 09:50:56 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-01-13 09:50:56 (GMT)
commit32e32e5153bab37e47ce1efb571b71172c38eaa6 (patch)
tree363bcf37873b2387f9e79e4bd10fc53924df5914
parenta92aac2aa322bf5913655a67e781345e0ddb1298 (diff)
downloadtcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.zip
tcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.tar.gz
tcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.tar.bz2
No need for regexp(n) to get special treatment
-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}