Add ellipses to the compound-unit, compound-unit/infer grammars for the

import parts of link clauses.

svn: r18036
This commit is contained in:
Stevie Strickland 2010-02-10 16:15:45 +00:00
parent c87f516327
commit c1f7ba9042

View File

@ -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