]> gitweb.factorcode.org Git - factor.git/commitdiff
basis/help/apropos: Added unicode.categories. Missing from previous commit.
authorotoburb <otoburb@gmail.com>
Thu, 11 Nov 2010 17:53:51 +0000 (17:53 +0000)
committerotoburb <otoburb@gmail.com>
Mon, 14 Mar 2011 01:21:56 +0000 (01:21 +0000)
basis/help/apropos/apropos.factor

index 010c797a55030d8c3b1f8468104718facad7342a..9377f0a656c464d919bc5d2e4b1b2b0bcf3dd5fd 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors arrays assocs fry help.markup help.topics io
 kernel make math math.parser namespaces sequences sorting
 summary tools.completion vocabs.hierarchy help.vocabs
-vocabs words unicode.case help ;
+vocabs words unicode.case help unicode.categories ;
 IN: help.apropos
 
 : $completions ( seq -- )