typo in the doc for matching-identifiers-out

svn: r15585
This commit is contained in:
Eli Barzilay 2009-07-27 15:47:16 +00:00
parent 1b21c14fd4
commit f30688bd52

View File

@ -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"]).}