svn: r18682

This commit is contained in:
Robby Findler 2010-03-30 22:30:37 +00:00
parent 9bc587b53d
commit 62fb1bed65

View File

@ -41,7 +41,7 @@ from the corresponding @scheme[result-expr], which is in tail position
for the @scheme[syntax-case] form. If no @scheme[clause] matches, then
the @exnraise[exn:fail:syntax]; the exception is generated by calling
@scheme[raise-syntax-error] with @scheme[#f] as the ``name'' argument,
a string with a error message, and the result of @scheme[stx-expr].
a string with a generic error message, and the result of @scheme[stx-expr].
A syntax object matches a @scheme[pattern] as follows: