From c3d1ba6ce675afada95426e537c266fe3748045c Mon Sep 17 00:00:00 2001 From: Chris Double Date: Thu, 17 Jan 2008 11:59:23 +1300 Subject: [PATCH] Fix yahoo for factor changes --- extra/yahoo/yahoo-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }