summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2019-07-05 17:39:44 (GMT)
committerculler <culler>2019-07-05 17:39:44 (GMT)
commitbda76d5ca055e24aa062c3b9ec8fce9d005cfbbd (patch)
tree7456caf1df3e5195453c2478fa64fc025ba262fd
parent283b2b146b43c89ab2a7fbca364ab961844ce8ae (diff)
parent104bbb1ff94b1785e2862b07c7b07bf137a8825c (diff)
downloadtk-bda76d5ca055e24aa062c3b9ec8fce9d005cfbbd.zip
tk-bda76d5ca055e24aa062c3b9ec8fce9d005cfbbd.tar.gz
tk-bda76d5ca055e24aa062c3b9ec8fce9d005cfbbd.tar.bz2
merge 8.6
-rw-r--r--doc/bind.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 2191369..0f7e26b 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -566,8 +566,8 @@ The \fIx_root\fR and \fIy_root\fR fields from the event.
If a virtual-root window manager is being used then the substituted
values are the corresponding x-coordinate and y-coordinate in the virtual root.
Valid only for
-\fBButtonPress\fR, \fBButtonRelease\fR, \fBKeyPress\fR, \fBKeyRelease\fR,
-and \fBMotion\fR events.
+\fBButtonPress\fR, \fBButtonRelease\fR, \fBEnter\fR, \fBKeyPress\fR,
+\fBKeyRelease\fR, \fBLeave\fR and \fBMotion\fR events.
Same meaning as \fB%x\fR and \fB%y\fR, except relative to the (virtual) root
window.
.LP