summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-11-12 14:36:31 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-11-12 14:36:31 (GMT)
commitbc52b8485678245b43a48cec01756c05b11fc17d (patch)
tree797d6ff52013521d88a2e34caaf20a26909f2940
parent2b9f0a32b94091c750e80106a7bc5b821d0d21a9 (diff)
parente86cf68e0eef1f2fb13b48c0a7947e6fc5fad945 (diff)
downloadtk-bc52b8485678245b43a48cec01756c05b11fc17d.zip
tk-bc52b8485678245b43a48cec01756c05b11fc17d.tar.gz
tk-bc52b8485678245b43a48cec01756c05b11fc17d.tar.bz2
Fix [d6a1bc30cd]: Order of bindings in man bind doesn't reflect the default bindtags.
-rw-r--r--doc/bind.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 6ba115c..e105e67 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -54,12 +54,12 @@ tags provide the following behavior:
If a tag is the name of an internal window the binding applies
to that window.
.IP \(bu 3
+If the tag is the name of a class of widgets, such as \fBButton\fR,
+the binding applies to all widgets in that class.
+.IP \(bu 3
If the tag is the name of a toplevel window the binding applies
to the toplevel window and all its internal windows.
.IP \(bu 3
-If the tag is the name of a class of widgets, such as \fBButton\fR,
-the binding applies to all widgets in that class;
-.IP \(bu 3
If \fItag\fR has the value \fBall\fR,
the binding applies to all windows in the application.
.SH "EVENT PATTERNS"