diff --git a/extra/fuel/help/help.factor b/extra/fuel/help/help.factor index bf637fd0b3..9aaae4ea80 100644 --- a/extra/fuel/help/help.factor +++ b/extra/fuel/help/help.factor @@ -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 ;