]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax-docs: remove mention of a nonexistent error
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 1 Aug 2020 13:59:17 +0000 (15:59 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 1 Aug 2020 22:32:55 +0000 (22:32 +0000)
core/syntax/syntax-docs.factor

index 1b79c7cfede0eada8d7e7f43d5f0f85aee8efa52..bac08f6e323132d4c5b1f19c2e89d4e9e85d2d05 100644 (file)
@@ -523,8 +523,7 @@ HELP: USE:
 HELP: UNUSE:
 { $syntax "UNUSE: vocabulary" }
 { $values { "vocabulary" "a vocabulary name" } }
-{ $description "Removes a vocabulary from the search path." }
-{ $errors "Throws an error if the vocabulary does not exist." } ;
+{ $description "Removes a vocabulary from the search path." } ;
 
 HELP: USING:
 { $syntax "USING: vocabularies... ;" }