diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index 04409e480a..176c1d5bc5 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -1013,7 +1013,7 @@ macro expansion in the current definition context. In a @tech{syntax transformer} that runs in a non-expression context and forces the expansion of subforms with @racket[local-expand], use @racket[syntax-local-identifier-as-binding] on an identifier from the -expansion before moving it into a binding position or comparing with +expansion before moving it into a binding position or comparing it with @racket[bound-identifier=?]. Otherwise, the results can be inconsistent with the way that @racket[define] works in the same definition context.