From c1f7ba9042770e22e0d11c0c238f278436738d5f Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Wed, 10 Feb 2010 16:15:45 +0000 Subject: [PATCH] Add ellipses to the compound-unit, compound-unit/infer grammars for the import parts of link clauses. svn: r18036 --- collects/scribblings/reference/units.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/units.scrbl b/collects/scribblings/reference/units.scrbl index d43d08585b..bb634c154c 100644 --- a/collects/scribblings/reference/units.scrbl +++ b/collects/scribblings/reference/units.scrbl @@ -301,7 +301,7 @@ definition is generated for the context of the link-id] [linkage-decl - ((link-binding ...) unit-expr tagged-link-id)])]{ + ((link-binding ...) unit-expr tagged-link-id ...)])]{ Links several units into one new compound unit without immediately invoking any of the linked units. The @scheme[unit-expr]s in the @@ -404,7 +404,7 @@ See @scheme[unit] for information on @scheme[tagged-sig-spec], [infer-linkage-decl ((link-binding ...) unit-id - tagged-link-id) + tagged-link-id ...) unit-id])]{ Like @scheme[compound-unit]. Syntactically, the difference between