]> gitweb.factorcode.org Git - factor.git/commitdiff
help.vocabs: just code-style for files.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 31 Jan 2023 05:46:56 +0000 (21:46 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 31 Jan 2023 06:10:14 +0000 (22:10 -0800)
basis/help/vocabs/vocabs.factor

index cf2322aa9f66cfd3ea31e71a6592e7853e77ccbd..500afffbdad5cfeae97055d535e52f7685dbc847 100644 (file)
@@ -67,11 +67,9 @@ C: <vocab-author> vocab-author
     $vocab-roots ;
 
 : files. ( seq -- )
-    snippet-style get [
-        code-style get [
-            [ nl ] [ [ string>> ] keep write-object ] interleave
-        ] with-nesting
-    ] with-style ;
+    code-style get [
+        [ nl ] [ [ string>> ] keep write-object ] interleave
+    ] with-nesting ;
 
 : describe-files ( vocab -- )
     vocab-files [ <pathname> ] map [