basis/help/apropos: Added unicode.categories. Missing from previous commit.
parent
e4bf5f104e
commit
61096c1657
|
@ -3,7 +3,7 @@
|
||||||
USING: accessors arrays assocs fry help.markup help.topics io
|
USING: accessors arrays assocs fry help.markup help.topics io
|
||||||
kernel make math math.parser namespaces sequences sorting
|
kernel make math math.parser namespaces sequences sorting
|
||||||
summary tools.completion vocabs.hierarchy help.vocabs
|
summary tools.completion vocabs.hierarchy help.vocabs
|
||||||
vocabs words unicode.case help ;
|
vocabs words unicode.case help unicode.categories ;
|
||||||
IN: help.apropos
|
IN: help.apropos
|
||||||
|
|
||||||
: $completions ( seq -- )
|
: $completions ( seq -- )
|
||||||
|
|
Loading…
Reference in New Issue