diff options
author | root <root> | 2010-10-25 11:30:45 +0000 |
---|---|---|
committer | root <root> | 2010-10-25 11:30:45 +0000 |
commit | 93b21fb8113aed841153140e44034cb02c8e36b6 (patch) | |
tree | 2b704ec9769113f90173c155d00aeea1b9d34e8d | |
parent | 58f7cd12e2e62a7721a844a0bd18fc9e9c595ba2 (diff) |
4.00rel-4_00
-rw-r--r-- | ev.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -946,9 +946,9 @@ has processed all outstanding events). The \f(CW\*(C`how\*(C'\fR argument must b \&\f(CW\*(C`EVBREAK_ONE\*(C'\fR, which will make the innermost \f(CW\*(C`ev_run\*(C'\fR call return, or \&\f(CW\*(C`EVBREAK_ALL\*(C'\fR, which will make all nested \f(CW\*(C`ev_run\*(C'\fR calls return. .Sp -This \*(L"unloop state\*(R" will be cleared when entering \f(CW\*(C`ev_run\*(C'\fR again. +This \*(L"break state\*(R" will be cleared when entering \f(CW\*(C`ev_run\*(C'\fR again. .Sp -It is safe to call \f(CW\*(C`ev_break\*(C'\fR from outside any \f(CW\*(C`ev_run\*(C'\fR calls. ##TODO## +It is safe to call \f(CW\*(C`ev_break\*(C'\fR from outside any \f(CW\*(C`ev_run\*(C'\fR calls, too. .IP "ev_ref (loop)" 4 .IX Item "ev_ref (loop)" .PD 0 |