diff --git a/extra/yahoo/yahoo-docs.factor b/extra/yahoo/yahoo-docs.factor index abc80c4ea6..b5603103e1 100644 --- a/extra/yahoo/yahoo-docs.factor +++ b/extra/yahoo/yahoo-docs.factor @@ -1,4 +1,5 @@ -USING: yahoo help.syntax help.markup ; +USING: help.syntax help.markup ; +IN: yahoo HELP: search-yahoo { $values { "search" "a string" } { "num" "a positive integer" } { "seq" "sequence of arrays of length 3" } }