adjust 'configure-runtime index entry
This commit is contained in:
parent
052139eb4e
commit
e13effd07c
|
@ -375,7 +375,7 @@ Extra arguments following the last option are available from the
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
|
|
||||||
@section[#:tag "configure-runtime"]{Language Run-Time Configuration}
|
@section[#:tag "configure-runtime"]{Language Run-Time Configuration}
|
||||||
@section-index["'configure-runtime"]
|
|
||||||
@guidealso["module-runtime-config"]
|
@guidealso["module-runtime-config"]
|
||||||
|
|
||||||
When a module is implemented using @hash-lang{}, the language after
|
When a module is implemented using @hash-lang{}, the language after
|
||||||
|
@ -391,7 +391,7 @@ language specifies run-time configuration by
|
||||||
|
|
||||||
@item{having the function indicated by the @racket['module-language]
|
@item{having the function indicated by the @racket['module-language]
|
||||||
@tech{syntax property} recognize the
|
@tech{syntax property} recognize the
|
||||||
@racket['configure-runtime] key, for which it returns a list of
|
@indexed-racket['configure-runtime] key, for which it returns a list of
|
||||||
vectors; each vector must have the form @racket[(vector _mp
|
vectors; each vector must have the form @racket[(vector _mp
|
||||||
_name _val)] where @racket[_mp] is a @tech{module path},
|
_name _val)] where @racket[_mp] is a @tech{module path},
|
||||||
@racket[_name] is a symbol, and @racket[_val] is an arbitrary
|
@racket[_name] is a symbol, and @racket[_val] is an arbitrary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user