help.markup: cleanup using.
parent
59ddb844e9
commit
049271d04e
|
@ -1,13 +1,11 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs classes colors colors.constants
|
USING: accessors arrays assocs combinators compiler.units
|
||||||
combinators combinators.smart compiler.units definitions
|
definitions.icons effects fry hashtables help.stylesheet
|
||||||
definitions.icons effects fry generic hash-sets hashtables
|
help.topics io io.styles kernel locals make math namespaces
|
||||||
help.stylesheet help.topics io io.styles kernel locals make math
|
present prettyprint prettyprint.stylesheet quotations see
|
||||||
namespaces parser present prettyprint prettyprint.stylesheet
|
sequences sequences.private sets sorting strings urls vocabs
|
||||||
quotations see sequences sequences.private sets slots sorting
|
words words.symbol ;
|
||||||
splitting strings urls vectors vocabs vocabs.loader words
|
|
||||||
words.symbol ;
|
|
||||||
FROM: prettyprint.sections => with-pprint ;
|
FROM: prettyprint.sections => with-pprint ;
|
||||||
IN: help.markup
|
IN: help.markup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue