diff --git a/basis/help/help.factor b/basis/help/help.factor index 1d664c062b..2dfdb85c1f 100644 --- a/basis/help/help.factor +++ b/basis/help/help.factor @@ -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