Remove docs for removed word

db4
Doug Coleman 2011-10-24 00:57:14 -05:00
parent 2ecd513130
commit 3d65fbf1c7
1 changed files with 0 additions and 11 deletions

View File

@ -28,7 +28,6 @@ $nl
{ $subsections
vocab
child-vocabs
parent-vocabs
create-vocab
}
"Getting words from a vocabulary:"
@ -98,16 +97,6 @@ HELP: child-vocabs
}
} ;
HELP: parent-vocabs
{ $values { "vocab" "a vocabulary specifier" } { "seq" "a sequence of strings" } }
{ $description "Outputs all vocabularies which are conceptually above " { $snippet "vocab" } " in the hierarchy." }
{ $examples
{ $unchecked-example
"\"io.files.info\" parent-vocabs ."
"{ \"io\" \"io.files\" \"io.files.info\" }"
}
} ;
HELP: vocab-link
{ $class-description "Instances of this class identify vocabularies which are potentially not loaded. The " { $link vocab-name } " slot is the vocabulary name."
$nl