diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 16:55:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 16:55:43 (GMT) |
commit | 45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6 (patch) | |
tree | e1504c5f53adaa8755bc854c35b942c834b1e3ae /tools/tcltk-man2html.tcl | |
parent | e46193b8a6d74bc51512b2e7b4f029fcfa2da594 (diff) | |
download | tcl-45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6.zip tcl-45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6.tar.gz tcl-45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6.tar.bz2 |
Add to exclusions, remove list-syntax problem
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 7f31fc8..3ef0d3e 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -798,10 +798,12 @@ array set exclude_refs_map { history.n {exec} canvas.n {bitmap text} checkbutton.n {image} + clipboard.n {string} menu.n {checkbutton radiobutton} options.n {bitmap image set} radiobutton.n {image} scrollbar.n {set} + selection.n {string} tkvars.n {tk} } array set exclude_when_followed_by_map { @@ -812,6 +814,10 @@ array set exclude_when_followed_by_map { lower widget raise widget } + selection.n { + clipboard selection + clipboard ; + } } try { |