diff --git a/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl b/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl index 477579c465..14fc586088 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl @@ -165,7 +165,7 @@ forms like @racket[with-disappeared-uses]. Evaluates the @racket[body-expr]s and @racket[stx-expr], catching 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]. @history[#:changed "6.5.0.7" @elem{Added the option to include @racket[body-expr]s.}] diff --git a/pkgs/racket-doc/syntax/scribblings/intdef.scrbl b/pkgs/racket-doc/syntax/scribblings/intdef.scrbl index 696bd4509e..852485f0b8 100644 --- a/pkgs/racket-doc/syntax/scribblings/intdef.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/intdef.scrbl @@ -18,5 +18,5 @@ record that parts of @racket[stx] were expanded via Specifically, the identifiers produced by @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].}