fixing pr11130

This commit is contained in:
Blake Johnson 2010-09-10 13:00:36 -06:00 committed by Jay McCarthy
parent 170ab47dc2
commit 5ded2b9e5f

View File

@ -165,7 +165,7 @@ After @racket[rhs] is evaluated, the stack is restored to its depth
from before evaluating @racket[rhs].}
@deftogether[(
@defstruct+[(def-syntaxes form) ([ids (listof toplevel?)]
@defstruct+[(def-syntaxes form) ([ids (listof symbol?)]
[rhs (or/c expr? seq? indirect? any/c)]
[prefix prefix?]
[max-let-depth exact-nonnegative-integer?])]