doc typo: disappeared-{use,binding}s -> disappeared-{use,binding}
This commit is contained in:
parent
f892fe936e
commit
7abdaee224
|
@ -165,7 +165,7 @@ forms like @racket[with-disappeared-uses].
|
||||||
|
|
||||||
Evaluates the @racket[body-expr]s and @racket[stx-expr], catching identifiers
|
Evaluates the @racket[body-expr]s and @racket[stx-expr], catching identifiers
|
||||||
looked up using @racket[syntax-local-value/record]. Adds the caught identifiers
|
looked up using @racket[syntax-local-value/record]. Adds the caught identifiers
|
||||||
to the @racket['disappeared-uses] syntax property of the syntax object produced
|
to the @racket['disappeared-use] syntax property of the syntax object produced
|
||||||
by @racket[stx-expr].
|
by @racket[stx-expr].
|
||||||
|
|
||||||
@history[#:changed "6.5.0.7" @elem{Added the option to include @racket[body-expr]s.}]
|
@history[#:changed "6.5.0.7" @elem{Added the option to include @racket[body-expr]s.}]
|
||||||
|
|
|
@ -18,5 +18,5 @@ record that parts of @racket[stx] were expanded via
|
||||||
|
|
||||||
Specifically, the identifiers produced by
|
Specifically, the identifiers produced by
|
||||||
@racket[(internal-definition-context-binding-identifiers intdef-ctx)]
|
@racket[(internal-definition-context-binding-identifiers intdef-ctx)]
|
||||||
are added to the @racket['disappeared-bindings] property of
|
are added to the @racket['disappeared-binding] property of
|
||||||
@racket[stx].}
|
@racket[stx].}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user