]> gitweb.factorcode.org Git - factor.git/blobdiff - core/system/system-docs.factor
improve help by linking to types directly.
[factor.git] / core / system / system-docs.factor
index 7efee3d60aaf1f3e16bd99a13318a0eda49f0500..3e8c0b4fcc976aa619af597c43f89255f87d6ec8 100644 (file)
@@ -1,5 +1,4 @@
-USING: generic help.markup help.syntax kernel math memory
-namespaces sequences kernel.private strings classes.singleton ;
+USING: classes.singleton help.markup help.syntax kernel math ;
 IN: system
 
 ABOUT: "system"
@@ -61,7 +60,7 @@ HELP: os
 } ;
 
 HELP: embedded?
-{ $values { "?" "a boolean" } }
+{ $values { "?" boolean } }
 { $description "Tests if this Factor instance is embedded in another application." } ;
 
 HELP: exit