factor/basis/help/apropos/apropos-docs.factor

8 lines
390 B
Factor
Raw Normal View History

IN: help.apropos
USING: help.markup help.syntax strings help.tips ;
2008-12-11 17:47:38 -05:00
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." } ;
TIP: "Use " { $link apropos } " to search for words, vocabularies and help articles." ;