]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: cleanup using list.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Feb 2018 23:44:44 +0000 (15:44 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Feb 2018 23:45:02 +0000 (15:45 -0800)
basis/help/html/html.factor

index de2b969224b1e6d2083b9ac25fc6f284fd8351c3..d494ad71c72b756a4cf24b4a90bb42deec268081 100644 (file)
@@ -5,8 +5,8 @@ debugger fry help help.home help.topics help.vocabs html
 html.streams io.directories io.encodings.binary
 io.encodings.utf8 io.files io.files.temp io.pathnames kernel
 locals make math math.parser memoize namespaces sequences
-sequences.deep serialize sorting splitting tools.completion
-vocabs vocabs.hierarchy words xml.data xml.syntax xml.traversal
+serialize sorting splitting tools.completion vocabs
+vocabs.hierarchy words xml.data xml.syntax xml.traversal
 xml.writer ;
 FROM: io.encodings.ascii => ascii ;
 FROM: ascii => ascii? ;