another tweak to the error message

svn: r13139
This commit is contained in:
Eli Barzilay 2009-01-15 03:24:04 +00:00
parent fe36315ca5
commit 873fe865cd

View File

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