diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-13 09:50:56 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-13 09:50:56 (GMT) |
| commit | 32e32e5153bab37e47ce1efb571b71172c38eaa6 (patch) | |
| tree | 363bcf37873b2387f9e79e4bd10fc53924df5914 | |
| parent | a92aac2aa322bf5913655a67e781345e0ddb1298 (diff) | |
| download | tcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.zip tcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.tar.gz tcl-32e32e5153bab37e47ce1efb571b71172c38eaa6.tar.bz2 | |
No need for regexp(n) to get special treatment
| -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} |
