Doug Coleman 2009-02-19 16:40:23 -06:00
commit 52365c76fd
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ PRIVATE>
: (fuel-word-synopsis) ( word usings -- str/f )
[
[ vocab ] filter interactive-vocabs get append interactive-vocabs set
fuel-find-word [ synopsis ] when*
[ vocab ] filter interactive-vocabs [ append ] change
fuel-find-word [ synopsis ] [ f ] if*
] with-scope ;
: (fuel-word-see) ( word -- elem )