minor clarification of properties and datum->syntax
This commit is contained in:
parent
b9375bc7e3
commit
ad8b5c5eb7
|
@ -195,7 +195,8 @@ Converted objects in @racket[v] are given the lexical context
|
|||
information of @racket[ctxt] and the source-location information of
|
||||
@racket[srcloc]. If @racket[v] is not already a @tech{syntax object},
|
||||
then the resulting immediate @tech{syntax object} is given the
|
||||
properties (see @secref["stxprops"]) of @racket[prop]; if @racket[v]
|
||||
properties (see @secref["stxprops"]) of @racket[prop] (even the
|
||||
hidden ones that would not be visible via @racket[syntax-property-symbol-keys]); if @racket[v]
|
||||
is a pair, vector, box, immutable @tech{hash table}, or immutable
|
||||
@tech{prefab} structure, recursively converted values are not given
|
||||
properties. If @racket[ctxt] is @tech{tainted} or
|
||||
|
|
Loading…
Reference in New Issue
Block a user