Add docs for load-all-under and all-vocabs-under

db4
Nicholas Seckar 2009-05-03 21:14:44 -07:00
parent 8beea2ab0c
commit 94e64b6e9c
1 changed files with 8 additions and 0 deletions

View File

@ -73,3 +73,11 @@ HELP: set-vocab-tags
HELP: all-vocabs
{ $values { "assoc" "an association list mapping vocabulary roots to sequences of vocabulary specifiers" } }
{ $description "Outputs an association list of all vocabularies which have been loaded or are available for loading." } ;
HELP: load-all-under
{ $values { "prefix" string } }
{ $description "Load all vocabularies that match the provided prefix." } ;
HELP: all-vocabs-under
{ $values { "prefix" string } }
{ $description "Return a sequence of vocab or vocab-links for each vocab matching the provided prefix. Unlike " { $link all-child-vocabs } " this word will return both loaded and unloaded vocabularies." } ;