summaryrefslogtreecommitdiff
path: root/tk/doc/EventHndlr.3
diff options
context:
space:
mode:
Diffstat (limited to 'tk/doc/EventHndlr.3')
-rw-r--r--tk/doc/EventHndlr.33
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/doc/EventHndlr.3 b/tk/doc/EventHndlr.3
index b17adc20cac..a77d957f231 100644
--- a/tk/doc/EventHndlr.3
+++ b/tk/doc/EventHndlr.3
@@ -63,7 +63,7 @@ specified in the \fImask\fR argument to \fBTk_CreateEventHandler\fR.
previously-created event handler: it deletes the first handler
it finds that is associated with \fItkwin\fR and matches the
\fImask\fR, \fIproc\fR, and \fIclientData\fR arguments. If
-no such handler exists, then \fBTk_EventHandler\fR returns
+no such handler exists, then \fBTk_HandleEvent\fR returns
without doing anything. Although Tk supports it, it's probably
a bad idea to have more than one callback with the same \fImask\fR,
\fIproc\fR, and \fIclientData\fR arguments.
@@ -77,3 +77,4 @@ order they were created.
.SH KEYWORDS
bind, callback, event, handler
+