Fix apropos
parent
3cf82d8afb
commit
43cc9eafc7
|
@ -51,4 +51,4 @@ generic completion ;
|
|||
[ word-name ] swap completions ;
|
||||
|
||||
: apropos ( str -- )
|
||||
all-words word-completions [ . ] each ;
|
||||
all-words word-completions [ summary ] each ;
|
||||
|
|
Loading…
Reference in New Issue