add empty string to $description

db4
Doug Coleman 2008-09-04 12:37:50 -05:00
parent 24b449fb36
commit 446fa8bbfa
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ ERROR: no-vocab vocab ;
: $description. ( word -- )
drop
"{ $description } ;" print ;
"{ $description \"\" } ;" print ;
: help-header. ( word -- )
"HELP: " write name>> print ;