]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/help/help.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / bootstrap / help / help.factor
index 4d10a0beb0bfc2185dbf457fcc8319e867843b7d..85e94d5a1e6941576e98040eb1d13a26ee84a403 100644 (file)
@@ -13,7 +13,7 @@ IN: bootstrap.help
 
     t load-help? set-global
 
-    [ dup lookup-vocab [ drop ] [ throw-no-vocab ] if ] require-hook [
+    [ dup lookup-vocab [ drop ] [ no-vocab ] if ] require-hook [
         dictionary get values
         [ docs-loaded?>> ] reject
         [ load-docs ] each