]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words-docs.factor
update docs for help.lint checks.
[factor.git] / core / words / words-docs.factor
index 3f5dca6d2e630d9d89ae5a8612c34fb3c8e1fc1b..72320d23b6a226ede8057da1ba1cad58d0939256 100644 (file)
@@ -270,7 +270,9 @@ HELP: bootstrapping?
 
 HELP: last-word
 { $values { "word" word } }
-{ $description "Outputs the most recently defined word." }
+{ $description "Outputs the most recently defined word." } ;
+
+HELP: word
 { $class-description "The class of words. One notable subclass is " { $link class } ", the class of class words." } ;
 
 { last-word set-last-word save-location } related-words