Corrected syntax for #:use-sources clause of declare-exporting.

svn: r11402

original commit: 7adcdfa44447fb4d918bbd2668bd0d5765ff3c0b
This commit is contained in:
Carl Eastlund 2008-08-23 20:48:40 +00:00
parent 571a30746b
commit 00c08e450a

View File

@ -258,7 +258,8 @@ Like @scheme[defmodulelang*], but without expanding to
@defform/subs[(declare-exporting mod-path ... maybe-sources)
([maybe-sources #:use-sources (mod-path ...)])]{
([maybe-sources code:blank
(code:line #:use-sources (mod-path ...))])]{
Associates the @scheme[mod-path]s to all bindings defined within the
enclosing section, except as overridden by other