diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index 2c017a3092..5db184a0ac 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -783,8 +783,10 @@ definition context. @defproc[(syntax-local-introduce [stx syntax?]) syntax?]{ Produces a syntax object that is like @racket[stx], except that the -presence of @tech{scopes} for the current expansion---both the. See -@secref["transformer-model"] for information on @tech{scopes}. +presence of @tech{scopes} for the current expansion---both the +macro-introduction scope and the use-site scope, if any---is flipped +on all parts of the syntax object. See @secref["transformer-model"] for information +on macro-introduction and use-site @tech{scopes}. @transform-time[]}