summaryrefslogtreecommitdiffstats
path: root/doc/CrtTimerHdlr.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
commit0537174e35c6270b8692f4912ba7aeb657cc57e4 (patch)
tree503482ebd37a5204af05a8df8c42ef50d320be23 /doc/CrtTimerHdlr.3
parentd7be6d4cec335a1347fae7694ed8a6be6ddcf1b5 (diff)
downloadtcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.zip
tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.gz
tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.bz2
merge updates from HEAD
Diffstat (limited to 'doc/CrtTimerHdlr.3')
-rw-r--r--doc/CrtTimerHdlr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtTimerHdlr.3 b/doc/CrtTimerHdlr.3
index 57a3a7f..5df5cb1 100644
--- a/doc/CrtTimerHdlr.3
+++ b/doc/CrtTimerHdlr.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: CrtTimerHdlr.3,v 1.3 2004/09/06 09:44:56 dkf Exp $
+'\" RCS: @(#) $Id: CrtTimerHdlr.3,v 1.3.12.1 2007/11/01 16:25:45 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateTimerHandler 3 7.5 Tcl "Tcl Library Procedures"
@@ -44,7 +44,7 @@ dispatch events through \fBTcl_DoOneEvent\fR or through Tcl commands
such as \fBvwait\fR.
The call to \fIproc\fR may not be made at the exact time given by
\fImilliseconds\fR: it will be made at the next opportunity
-after that time. For example, if \fBTcl_DoOneEvent\fR isn't
+after that time. For example, if \fBTcl_DoOneEvent\fR is not
called until long after the time has elapsed, or if there
are other pending events to process before the call to
\fIproc\fR, then the call to \fIproc\fR will be delayed.