Fixes #2264: remove incorrect description of the body metavariable
This commit is contained in:
parent
b0cb1adda6
commit
6e6166ef95
|
@ -38,9 +38,8 @@ convention implicitly defines the meaning of many meta-variables:
|
||||||
|
|
||||||
@item{A meta-identifier that ends with @racket[_body] stands for any
|
@item{A meta-identifier that ends with @racket[_body] stands for any
|
||||||
sub-form; it will be parsed as either a local definition or an
|
sub-form; it will be parsed as either a local definition or an
|
||||||
expression. A @racket[_body] can parse as a definition only if
|
expression. The last @racket[_body] must be an expression;
|
||||||
it is not preceded by any expression, and the last
|
see also @secref["intdefs"].}
|
||||||
@racket[_body] must be an expression; see also @secref["intdefs"].}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user