From f30688bd52be49e2590d429e28bfe777a778c564 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 27 Jul 2009 15:47:16 +0000 Subject: [PATCH] typo in the doc for matching-identifiers-out svn: r15585 --- collects/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 33c9b75d94..e1fd2b586e 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -1048,7 +1048,7 @@ aliens @note-lib-only[scheme/provide] @defform[(matching-identifiers-out regexp provide-spec)]{ Like - @scheme[provide-spec], but omitting the export of each binding with + @scheme[provide-spec], but including only exports of bindings with an external name that matches @scheme[regexp]. The @scheme[regexp] must be a literal regular expression (see @secref["regexp"]).}