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

svn: r11402
This commit is contained in:
Carl Eastlund 2008-08-23 20:48:40 +00:00
parent a5f2753801
commit 7adcdfa444

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