remove incorrect claim about identifier-binding
It was true for the old macro system, but it isn't true now. Closes #1485
This commit is contained in:
parent
a7ab538403
commit
d8fcbc7b56
|
@ -117,9 +117,7 @@ or four (if @racket[top-level-symbol?] is true) kinds of values, depending on th
|
||||||
@itemize[
|
@itemize[
|
||||||
|
|
||||||
@item{The result is @indexed-racket['lexical] if @racket[id-stx]
|
@item{The result is @indexed-racket['lexical] if @racket[id-stx]
|
||||||
has a @tech{local binding}. If @racket['lexical] is produced for
|
has a @tech{local binding}.}
|
||||||
any @racket[phase-level] value, then it is produced for all
|
|
||||||
@racket[phase-level] values.}
|
|
||||||
|
|
||||||
@item{The result is a list of seven items when @racket[id-stx]
|
@item{The result is a list of seven items when @racket[id-stx]
|
||||||
has a @tech{module binding}: @racket[(list _source-mod _source-id
|
has a @tech{module binding}: @racket[(list _source-mod _source-id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user