summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-16 08:30:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-16 08:30:17 (GMT)
commitcbb0d3cf9c121bd4bb384481c3548b77c6baf69a (patch)
tree8d4987e78fc4a9e4f212ad5d8712240f554b44ab /doc/text.n
parente50ff59782eb62c098fa31ce44b5ef22696d23ba (diff)
downloadtk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.zip
tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.gz
tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.bz2
Documentation update: Use Button in stead of ButtonPress and Key in stead of KeyPress events (except once, where we indicate that those are synonymes).
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/text.n b/doc/text.n
index c4128a1..61929e6 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -1733,8 +1733,8 @@ all the sequences for which bindings have been defined for \fItagName\fR.
.RS
.PP
The only events for which bindings may be specified are those related to the
-mouse and keyboard (such as \fBEnter\fR, \fBLeave\fR, \fBButtonPress\fR,
-\fBMotion\fR, and \fBKeyPress\fR) or virtual events. Event bindings for a text
+mouse and keyboard (such as \fBEnter\fR, \fBLeave\fR, \fBButton\fR,
+\fBMotion\fR, and \fBKey\fR) or virtual events. Event bindings for a text
widget use the \fBcurrent\fR mark described under \fBMARKS\fR above. An
\fBEnter\fR event triggers for a tag when the tag first becomes present on the
current character, and a \fBLeave\fR event triggers for a tag when it ceases