From 17b467a58e7ab09a36f8a43c94ffcc020c9bd4be Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 21 Jun 2012 11:53:25 -0700 Subject: [PATCH] fuel.help: fix use of lookup-article. --- extra/fuel/help/help.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/fuel/help/help.factor b/extra/fuel/help/help.factor index 510b55e60a..2338772685 100644 --- a/extra/fuel/help/help.factor +++ b/extra/fuel/help/help.factor @@ -83,7 +83,7 @@ SYMBOL: describe-words [ vocab-tags [ \ $tags prefix , ] when* ] [ summary [ { $heading "Summary" } swap 2array , ] when* ] [ drop \ $nl , ] - [ vocab-help [ article content>> % ] when* ] + [ vocab-help [ lookup-article content>> % ] when* ] [ name>> fuel-vocab-describe-words , ] [ name>> fuel-vocab-children-help % ] } cleave