factor/basis/tools/apropos/apropos-docs.factor

7 lines
293 B
Factor
Raw Normal View History

2008-12-11 17:47:38 -05:00
IN: tools.apropos
USING: help.markup help.syntax strings ;
HELP: apropos
{ $values { "str" string } }
{ $description "Lists all words, vocabularies and help articles whose name contains a subsequence equal to " { $snippet "str" } ". Results are ranked using a simple distance algorithm." } ;