doc repairs (PR 10225)

svn: r14703
This commit is contained in:
Matthew Flatt 2009-05-04 01:38:54 +00:00
parent d7570ee9e7
commit 2b4a0692eb

View File

@ -2046,13 +2046,13 @@ classifications:
@itemize[
@item{@scheme[define] or @scheme[define-values] form: converted to
a @scheme[define-for-syntax] form.}
a @scheme[define-values-for-syntax] form.}
@item{@scheme[require] form: content is wrapped with
@scheme[for-syntax].}
@item{expression form @scheme[_expr]: converted to
@scheme[(define-values () (begin _expr (values)))], which
@scheme[(define-values-for-syntax () (begin _expr (values)))], which
effectively evaluates the expression at expansion time and, in
the case of a @tech{module context}, preserves the expression
for future @tech{visit}s of the module.}