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
#f
(string-append "expects a single identifer, any number of literal"
" strings, or #:search clauses;"
(string-append "expects any number of literal strings, a single"
" identifier, an identifier followed by a #:from clause,"
" or a #:search clause;"
" try `(help help)' for more information")
stx)])))