Replaced an outdated reference to syntax-object->datum with syntax->datum.

This commit is contained in:
Carl Eastlund 2011-06-01 01:47:23 -04:00
parent 8d96133681
commit 5582f7591f

View File

@ -354,7 +354,7 @@ using @racket[datum->syntax].
When a reader-extension procedure is called in non-syntax-reading
modes, it should generally not return a syntax object. If a syntax
object is returned, it is converted to a plain value using
@racket[syntax-object->datum].
@racket[syntax->datum].
In either context, when the result from a reader-extension procedure
is a special-comment value (see @secref["special-comments"]), then