From a4ba0453b3a32de5200fc9a114bfc54500e861de Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 13 Dec 2008 00:00:39 -0600 Subject: [PATCH] Fix UI docs --- basis/ui/ui-docs.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/ui/ui-docs.factor b/basis/ui/ui-docs.factor index 738d259cad..64a98fee03 100644 --- a/basis/ui/ui-docs.factor +++ b/basis/ui/ui-docs.factor @@ -143,9 +143,7 @@ ARTICLE: "ui-backend-init" "UI initialization and the event loop" } "The above word must call the following:" { $subsection start-ui } -"The " { $link ui } " word must not return until the event loop has stopped and the UI has been shut down." -$nl -"The event loop must not block, since otherwise other Factor threads and I/O will not run. Instead, it should poll for pending events, then call " { $link ui-wait } "." ; +"The " { $link ui } " word must not return until the event loop has stopped and the UI has been shut down." ; ARTICLE: "ui-backend-windows" "UI backend window management" "The high-level " { $link open-window } " word eventually calls a low-level word which you must implement:"