another tweak to the error message
svn: r13139
This commit is contained in:
parent
fe36315ca5
commit
873fe865cd
|
@ -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)])))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user