diff options
Diffstat (limited to 'Doc/mac/libframework.tex')
| -rw-r--r-- | Doc/mac/libframework.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index 289bd80533..dc8f99f5d1 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -151,7 +151,7 @@ to call the application event handler \var{async_dispatch} whenever events are available. This will cause FrameWork window updates and the user interface to remain working during long computations, but will slow the interpreter down and may cause surprising results in non-reentrant code -(such as FrameWork itself). By default \var{async_dispatch} will immedeately +(such as FrameWork itself). By default \var{async_dispatch} will immediately call \var{our_dispatch} but you may override this to handle only certain events asynchronously. Events you do not handle will be passed to Sioux and such. |
