diff --git a/extra/yahoo/yahoo-docs.factor b/extra/yahoo/yahoo-docs.factor index 1758d62029..9294e46c53 100644 --- a/extra/yahoo/yahoo-docs.factor +++ b/extra/yahoo/yahoo-docs.factor @@ -1,6 +1,6 @@ USING: help.syntax help.markup ; IN: yahoo -HELP: search-yahoo +HELP: yahoo-search { $values { "search" search } { "seq" "sequence of arrays of length 3" } } { $description "Uses Yahoo's REST API to search for the specified query, getting the number of answers specified. Returns a sequence of " { $link result } " instances." } ;