Fix :help

slava 2006-11-09 03:58:01 +00:00
parent 56b12ba4c0
commit 68f57bfbf7
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ SYMBOL: restarts
edit-location ;
: (:help-multi)
"This error has multiple delegates:" print help-outliner ;
"This error has multiple delegates:" print
help-outliner terpri ;
: (:help-none)
drop "No help for this error. " print ;