clairfy 'add default of make-syntax-delta-introducer result

This commit is contained in:
Matthew Flatt 2016-06-08 15:25:47 -06:00
parent cc717f1183
commit 8d5f196f96

View File

@ -969,7 +969,8 @@ and different result procedures use distinct scopes.
Produces a procedure that behaves like the result of
@racket[make-syntax-introducer], but using the @tech{scopes} of
@racket[ext-stx] that are not shared with @racket[base-stx].
@racket[ext-stx] that are not shared with @racket[base-stx], and with
a default action of @racket['remove].
A @racket[#f] value for @racket[base-stx] is equivalent to a syntax
object with no @tech{scopes}.