From c496feb2560d231e8cb3e8e2bdcba0b0ce71da26 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sat, 1 Aug 2020 15:59:17 +0200 Subject: [PATCH] syntax-docs: remove mention of a nonexistent error --- core/syntax/syntax-docs.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/syntax/syntax-docs.factor b/core/syntax/syntax-docs.factor index 1b79c7cfed..bac08f6e32 100644 --- a/core/syntax/syntax-docs.factor +++ b/core/syntax/syntax-docs.factor @@ -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... ;" }