]> gitweb.factorcode.org Git - factor.git/blob - basis/help/apropos/apropos-docs.factor
Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home...
[factor.git] / basis / help / apropos / apropos-docs.factor
1 IN: help.apropos
2 USING: help.markup help.syntax strings help.tips ;
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." } ;
7
8 TIP: "Use " { $link apropos } " to search for words, vocabularies and help articles." ;