diff options
author | hobbs <hobbs> | 2000-04-14 06:42:32 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-14 06:42:32 (GMT) |
commit | 14b3f7b10acb6494c7f1c5c0291ff1297f3cdff8 (patch) | |
tree | fbf766387ac7cb5f33d7ef18f79d4c1edded7464 /doc/update.n | |
parent | f8b5ccfdcc75aea2881dc90159f492afc3f84cf2 (diff) | |
download | tcl-14b3f7b10acb6494c7f1c5c0291ff1297f3cdff8.zip tcl-14b3f7b10acb6494c7f1c5c0291ff1297f3cdff8.tar.gz tcl-14b3f7b10acb6494c7f1c5c0291ff1297f3cdff8.tar.bz2 |
* doc/regexp.n: doc clarification [Bug: 5037]
* doc/update.n: typo fix [Bug: 4996]
Diffstat (limited to 'doc/update.n')
-rw-r--r-- | doc/update.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update.n b/doc/update.n index 863e8c8..066a0b8 100644 --- a/doc/update.n +++ b/doc/update.n @@ -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: update.n,v 1.2 1998/09/14 18:39:56 stanton Exp $ +'\" RCS: @(#) $Id: update.n,v 1.3 2000/04/14 06:42:32 hobbs Exp $ '\" .so man.macros .TH update n 7.5 Tcl "Tcl Built-In Commands" @@ -20,7 +20,7 @@ update \- Process pending events and idle callbacks .SH DESCRIPTION .PP This command is used to bring the application ``up to date'' -by entering the event loop repeated until all pending events +by entering the event loop repeatedly until all pending events (including idle callbacks) have been processed. .PP If the \fBidletasks\fR keyword is specified as an argument to the |