correct syntax-error message for 'help'

svn: r13129
This commit is contained in:
Matthew Flatt 2009-01-14 22:52:06 +00:00
parent fd2136071a
commit 9e341c4e0d

View File

@ -36,7 +36,7 @@
[_
(raise-syntax-error
#f
(string-append "expects a single identifer, a #:from clause, or a"
(string-append "expects any number of literal strings, a single identifer, a #:from clause, or a"
" #:search clause; try `(help help)' for more information")
stx)])))