From 5e870978546e6abdea5646f17ae63b786462ab94 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 18 May 2011 17:39:54 -0400 Subject: [PATCH] Document the sub-in require syntax. --- collects/scribblings/reference/syntax.scrbl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 828cd934a6..37bdb8f10c 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -1161,6 +1161,12 @@ but then sub-directories that are called @filepath{utils} override the one in the project's root. In other words, the previous method requires only a single unique name.} +@defform[(sub-in parent child ...)]{ +Specifies multiple files to be required from directory +@racket[parent] relative to the current directory, or from +subcollects @racket[child] in collect @racket[parent]. +} + @; -------------------- @subsection{Additional @racket[provide] Forms}