]> gitweb.factorcode.org Git - factor.git/commitdiff
hurr semicolon
authorJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 19:45:20 +0000 (11:45 -0800)
committerJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 19:45:20 +0000 (11:45 -0800)
basis/ui/ui-docs.factor

index 87750480f21e71598abb81dd2bacd637060c3fbe..b55ea44c6bc8474082096191ae3a3cd6ef3eeae1 100644 (file)
@@ -152,7 +152,7 @@ ARTICLE: "ui-windows" "Top-level windows"
 "The root of the gadget hierarchy in a window is a special gadget which is rarely operated on directly, but it is helpful to know it exists:"
 { $subsections world }
 "There is also syntax for defining a main window as the entry point for a vocabulary:"
-{ $subsections POSTPONE: MAIN-WINDOW: }
+{ $subsections POSTPONE: MAIN-WINDOW: } ;
 
 ARTICLE: "ui-backend" "Developing UI backends"
 "None of the words documented in this section should be called directly by user code. They are only of interest when developing new UI backends."