From 6d3b41875095d0f18d6e1d88bf7a8ed3981fe999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 19 Sep 2016 17:37:05 +0200 Subject: [PATCH] Fixed documentation: expand-all-expanders-of-type should be expand-syntax-tree-with-expanders-of-type --- private/define-expanders.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/private/define-expanders.scrbl b/private/define-expanders.scrbl index daaddf4..5a0d903 100644 --- a/private/define-expanders.scrbl +++ b/private/define-expanders.scrbl @@ -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} ]}