Clarify error message

This commit is contained in:
Jay McCarthy 2012-02-28 13:43:41 -07:00
parent 94ae918b0f
commit eb0e188b63

View File

@ -96,7 +96,7 @@
(else (false
(make-exn:invalid-xexpr
(format (string-append
"Expected a string, symbol, number, comment, "
"Expected a string, symbol, valid numeric entity, comment, "
"processing instruction, or list, given ~s")
x)
(current-continuation-marks)