Corrected syntax for #:use-sources clause of declare-exporting.
svn: r11402 original commit: 7adcdfa44447fb4d918bbd2668bd0d5765ff3c0b
This commit is contained in:
parent
571a30746b
commit
00c08e450a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user