]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html.factor
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because...
[factor.git] / basis / help / html / html.factor
index 5b9a646ee5ee662cf2c11d4ccd8c065593d8e53b..73fe06d16ffd4d1361aea87d108e1d0e49ed17b4 100644 (file)
@@ -98,7 +98,7 @@ M: pathname url-of
     dup topic>filename utf8 [ help>html write-xml ] with-file-writer ;
 
 : all-vocabs-really ( -- seq )
-    all-vocabs-recursive no-roots remove-redundant-prefixes
+    all-disk-vocabs-recursive no-roots remove-redundant-prefixes
     [ vocab-name "scratchpad" = ] reject ;
 
 : all-topics ( -- topics )