From 62fb1bed65060fc058e0a01c5313adb6bb5b710d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 30 Mar 2010 22:30:37 +0000 Subject: [PATCH] svn: r18682 --- collects/scribblings/reference/stx-patterns.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-patterns.scrbl b/collects/scribblings/reference/stx-patterns.scrbl index c41ecf5903..e646968916 100644 --- a/collects/scribblings/reference/stx-patterns.scrbl +++ b/collects/scribblings/reference/stx-patterns.scrbl @@ -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: