]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words-docs.factor
Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word...
[factor.git] / core / words / words-docs.factor
index 3725086f70d7d8dc52a3c0847e0dda7a12f9c64c..a04b95bcfd6fe0c83de2b1a7e3bb2436868f6719 100644 (file)
@@ -237,7 +237,7 @@ HELP: set-word
 { $description "Sets the recently defined word." } ;
 
 HELP: lookup
-{ $values { "name" string } { "vocab" string } { "word" "a word or " { $link f } } }
+{ $values { "name" string } { "vocab" string } { "word" { $maybe word } } }
 { $description "Looks up a word in the dictionary. If the vocabulary or the word is not defined, outputs " { $link f } "." } ;
 
 HELP: reveal