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

index bf637fd0b32dc0e4f90b8c4e01958b931c4dc321..9aaae4ea80d1ee64e51c20551335f1cea49439e9 100644 (file)
@@ -92,7 +92,7 @@ PRIVATE>
 
 : (fuel-word-synopsis) ( word usings -- str/f )
     [
-        [ vocab ] filter interactive-vocabs get append interactive-vocabs set
+        [ vocab ] filter interactive-vocabs [ append ] change
         fuel-find-word [ synopsis ] when*
     ] with-scope ;