fix incomplete text of docs for syntax-local-introduce
This commit is contained in:
parent
2cf01f0257
commit
594bdd6e61
|
@ -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[]}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user