basis/help/apropos: Trimming whitespace before and after search query. Allows accidental/reflex whitespace to be corrected so results can still be returned.

db4
otoburb 2010-11-11 17:42:10 +00:00
parent 0a8020c06b
commit e4bf5f104e
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ M: apropos >link ;
INSTANCE: apropos topic
: apropos ( str -- )
<apropos> print-topic nl ;
[ blank? ] trim <apropos> print-topic nl ;