summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:47:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:47:37 (GMT)
commit64c888aa098657d606d2377b70a5d355e0c3f37a (patch)
tree0bfc00a4c5c68eed110456a304f4bf3c57138551 /tools/tcltk-man2html.tcl
parentd8ff80b20626a10935acd61284aef1af09f313cc (diff)
downloadtcl-64c888aa098657d606d2377b70a5d355e0c3f37a.zip
tcl-64c888aa098657d606d2377b70a5d355e0c3f37a.tar.gz
tcl-64c888aa098657d606d2377b70a5d355e0c3f37a.tar.bz2
No need for return(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 2611393..a550a07 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -797,7 +797,6 @@ set ensemble_commands {
array set exclude_refs_map {
history.n {exec}
regexp.n {string}
- return.n {break continue error}
source.n {text}
canvas.n {bitmap text}
checkbutton.n {image}