diff options
Diffstat (limited to 'doc/CrtGenHdlr.3')
-rw-r--r-- | doc/CrtGenHdlr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtGenHdlr.3 b/doc/CrtGenHdlr.3 index c2aac03..1d6f3d5 100644 --- a/doc/CrtGenHdlr.3 +++ b/doc/CrtGenHdlr.3 @@ -38,7 +38,7 @@ use with Tk, and so on. The callback to \fIproc\fR will be made by \fBTk_HandleEvent\fR; this mechanism only works in programs that dispatch events through \fBTk_HandleEvent\fR (or through other Tk procedures that -call \fBTk_HandleEvent\fR, such as \fBTk_DoOneEvent\fR or +call \fBTk_HandleEvent\fR, such as \fBTcl_DoOneEvent\fR or \fBTk_MainLoop\fR). .PP \fIProc\fR should have arguments and result that match the |