]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/apropos/apropos-docs.factor
b50b51b84ffbfe2ceb7b718514b0db699b33b24d
[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." } ;