]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/loader-docs.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / core / vocabs / loader / loader-docs.factor
index e17f85461b9c75763b77c3820e7f65061a47c313..1088baf9a55eae724e8d7d5f313f9b4c98003111 100755 (executable)
@@ -93,7 +93,7 @@ HELP: find-vocab-root
 
 HELP: no-vocab
 { $values { "name" "a vocabulary name" } }
-{ $description "A " { $link no-vocab } " error tuple. Call " { $link throw-no-vocab } " to throw it." }
+{ $description "A " { $link no-vocab } " error tuple. Call " { $link no-vocab } " to throw it." }
 { $error-description "Thrown when a " { $link POSTPONE: USE: } " or " { $link POSTPONE: USING: } " form refers to a non-existent vocabulary." } ;
 
 HELP: load-help?