]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/apropos/apropos-docs.factor
Merge branch 'master' of git://github.com/philippwinkler/factor
[factor.git] / basis / tools / apropos / apropos-docs.factor
1 IN: tools.apropos
2 USING: help.markup help.syntax strings ;
3
4 HELP: apropos
5 { $values { "str" string } }
6 { $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." } ;