]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: better to set all recent help entries to empty.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 29 Sep 2011 20:34:27 +0000 (13:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 29 Sep 2011 20:34:27 +0000 (13:34 -0700)
basis/help/html/html.factor

index 360970ab914be0a5bb8bd17e692c3e45deea7dbc..7e8be77d4da108cd6599d35a32c1b56142fb6f7e 100644 (file)
@@ -99,7 +99,13 @@ M: topic url-of topic>filename ;
     all-topics [ '[ _ generate-help-file ] try ] each ;
 
 : generate-help-files ( -- )
-    f recent-searches [ (generate-help-files) ] with-variable ;
+    [
+        recent-searches off
+        recent-words off
+        recent-articles off
+        recent-vocabs off
+        (generate-help-files)
+    ] with-scope ;
 
 : generate-help ( -- )
     "docs" temp-file