help.html: fix using.
parent
504bb901cf
commit
695e6aea49
|
@ -1,12 +1,11 @@
|
||||||
! Copyright (C) 2008, 2011 Slava Pestov.
|
! Copyright (C) 2008, 2011 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.encodings.utf8 io.encodings.binary io.files
|
USING: accessors arrays assocs debugger fry hashtables help
|
||||||
io.files.temp io.directories html.streams help help.home kernel
|
help.home help.topics help.vocabs html html.streams
|
||||||
assocs sequences make words accessors arrays help.topics vocabs
|
io.directories io.encodings.binary io.encodings.utf8 io.files
|
||||||
vocabs.hierarchy help.vocabs namespaces prettyprint io
|
io.files.temp io.pathnames kernel make math.parser memoize
|
||||||
vocabs.loader serialize fry memoize unicode.case math.order
|
namespaces sequences serialize sorting splitting unicode.case
|
||||||
sorting debugger html xml.syntax xml.writer math.parser
|
vocabs vocabs.hierarchy words xml.syntax xml.writer ;
|
||||||
sets hashtables ;
|
|
||||||
FROM: io.encodings.ascii => ascii ;
|
FROM: io.encodings.ascii => ascii ;
|
||||||
FROM: ascii => ascii? ;
|
FROM: ascii => ascii? ;
|
||||||
IN: help.html
|
IN: help.html
|
||||||
|
|
Loading…
Reference in New Issue