syntax-docs: remove mention of a nonexistent error
parent
5d0827ed4e
commit
c496feb256
|
@ -523,8 +523,7 @@ HELP: USE:
|
||||||
HELP: UNUSE:
|
HELP: UNUSE:
|
||||||
{ $syntax "UNUSE: vocabulary" }
|
{ $syntax "UNUSE: vocabulary" }
|
||||||
{ $values { "vocabulary" "a vocabulary name" } }
|
{ $values { "vocabulary" "a vocabulary name" } }
|
||||||
{ $description "Removes a vocabulary from the search path." }
|
{ $description "Removes a vocabulary from the search path." } ;
|
||||||
{ $errors "Throws an error if the vocabulary does not exist." } ;
|
|
||||||
|
|
||||||
HELP: USING:
|
HELP: USING:
|
||||||
{ $syntax "USING: vocabularies... ;" }
|
{ $syntax "USING: vocabularies... ;" }
|
||||||
|
|
Loading…
Reference in New Issue