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[
|
||||
|
||||
@item{The result is @indexed-racket['lexical] if @racket[id-stx]
|
||||
has a @tech{local binding}. If @racket['lexical] is produced for
|
||||
any @racket[phase-level] value, then it is produced for all
|
||||
@racket[phase-level] values.}
|
||||
has a @tech{local binding}.}
|
||||
|
||||
@item{The result is a list of seven items when @racket[id-stx]
|
||||
has a @tech{module binding}: @racket[(list _source-mod _source-id
|
||||
|
|
Loading…
Reference in New Issue
Block a user