Fixed documentation: expand-all-expanders-of-type should be expand-syntax-tree-with-expanders-of-type

This commit is contained in:
Georges Dupéron 2016-09-19 17:37:05 +02:00
parent 8f836d6c16
commit 6d3b418750

View File

@ -23,6 +23,7 @@ expanders for use with other macros.
environment}
@item{@code{expand-all-id-expanders} - a procedure bound at phase
@; TODO: expand-all-expanders-of-type is not documented
level 1 that's equivalent to @racket[expand-all-expanders-of-type] with
the @code{id-expander-type} as the type argument}
level 1 that's equivalent to
@racket[expand-syntax-tree-with-expanders-of-type] with the
@code{id-expander-type} as the type argument}
]}