diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:47:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:47:37 (GMT) |
commit | 64c888aa098657d606d2377b70a5d355e0c3f37a (patch) | |
tree | 0bfc00a4c5c68eed110456a304f4bf3c57138551 | |
parent | d8ff80b20626a10935acd61284aef1af09f313cc (diff) | |
download | tcl-64c888aa098657d606d2377b70a5d355e0c3f37a.zip tcl-64c888aa098657d606d2377b70a5d355e0c3f37a.tar.gz tcl-64c888aa098657d606d2377b70a5d355e0c3f37a.tar.bz2 |
No need for return(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 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} |