]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: Fix.
authorJose A. Ortega Ruiz <jao@gnu.org>
Thu, 19 Feb 2009 09:36:52 +0000 (10:36 +0100)
committerJose A. Ortega Ruiz <jao@gnu.org>
Thu, 19 Feb 2009 09:36:52 +0000 (10:36 +0100)
extra/fuel/help/help.factor

index 9aaae4ea80d1ee64e51c20551335f1cea49439e9..64d77566b5458fd22bde7a76f4eb04742e7cd7b8 100644 (file)
@@ -93,7 +93,7 @@ PRIVATE>
 : (fuel-word-synopsis) ( word usings -- str/f )
     [
         [ vocab ] filter interactive-vocabs [ append ] change
-        fuel-find-word [ synopsis ] when*
+        fuel-find-word [ synopsis ] [ f ] if*
     ] with-scope ;
 
 : (fuel-word-see) ( word -- elem )