summaryrefslogtreecommitdiff
path: root/tk/doc/event.n
diff options
context:
space:
mode:
Diffstat (limited to 'tk/doc/event.n')
-rw-r--r--tk/doc/event.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/tk/doc/event.n b/tk/doc/event.n
index dc63b699126..1df47c4ada5 100644
--- a/tk/doc/event.n
+++ b/tk/doc/event.n
@@ -1,6 +1,6 @@
'\"
'\" Copyright (c) 1996 Sun Microsystems, Inc.
-'\" Copyright (c) 1998 by Scriptics Corporation.
+'\" Copyright (c) 1998-2000 Ajuba Solutions.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -68,7 +68,8 @@ EVENT FIELDS below. If the \fB\-when\fR option is not specified, the
event is processed immediately: all of the handlers for the event
will complete before the \fBevent generate\fR command returns.
If the \fB\-when\fR option is specified then it determines when the
-event is processed.
+event is processed. Certain events, such as key events, require
+that the window has focus to receive the event properly.
.TP
\fBevent info \fR?<<\fIvirtual\fB>>\fR?
Returns information about virtual events.
@@ -363,4 +364,3 @@ bind
.SH KEYWORDS
event, binding, define, handle, virtual event
-