]> gitweb.factorcode.org Git - factor.git/commitdiff
fuel.help: fix use of lookup-article.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 21 Jun 2012 18:53:25 +0000 (11:53 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 21 Jun 2012 18:53:46 +0000 (11:53 -0700)
extra/fuel/help/help.factor

index 510b55e60adcfee575e24689c4793468efe82794..23387726859b9b354cc89c655a2e887e237f33ae 100644 (file)
@@ -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