diff options
Diffstat (limited to 'doc/DoWhenIdle.3')
-rw-r--r-- | doc/DoWhenIdle.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DoWhenIdle.3 b/doc/DoWhenIdle.3 index aed3a4a..f342820 100644 --- a/doc/DoWhenIdle.3 +++ b/doc/DoWhenIdle.3 @@ -22,7 +22,7 @@ Tcl_DoWhenIdle, Tcl_CancelIdleCall \- invoke a procedure when there are no pendi .AS Tcl_IdleProc clientData .AP Tcl_IdleProc *proc in Procedure to invoke. -.AP coid *clientData in +.AP void *clientData in Arbitrary one-word value to pass to \fIproc\fR. .BE .SH DESCRIPTION |