]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/vocabs-docs.factor
update docs for help.lint checks.
[factor.git] / core / vocabs / vocabs-docs.factor
index 64101dc6d64bc33abe8398a7b84a80d58853e883..6d37f3bed18e09ec913551757d5b57c0741e2609 100644 (file)
@@ -53,7 +53,9 @@ HELP: vocabs
 
 HELP: lookup-vocab
 { $values { "vocab-spec" "a vocabulary specifier" } { "vocab" vocab } }
-{ $description "Outputs a named vocabulary, or " { $link f } " if no vocabulary with this name exists." }
+{ $description "Outputs a named vocabulary, or " { $link f } " if no vocabulary with this name exists." } ;
+
+HELP: vocab
 { $class-description "Instances represent vocabularies." } ;
 
 HELP: vocab-name