help: fixed USING

db4
nicolas-p 2015-08-16 11:01:32 +02:00 committed by John Benediktsson
parent bfb81f67cf
commit d71f7b955e
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
! Copyright (C) 2005, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays assocs classes classes.tuple
classes.error combinators combinators.short-circuit continuations
debugger effects generic help.crossref help.markup help.stylesheet
help.topics io io.styles kernel make namespaces prettyprint
USING: accessors arrays assocs classes classes.error classes.tuple
combinators combinators.short-circuit continuations debugger
effects generic help.crossref help.markup help.stylesheet
help.topics io io.styles kernel locals make namespaces prettyprint
sequences sorting vocabs words words.symbol ;
IN: help