doc clarification on SRFI-1 exports

This commit is contained in:
Matthew Flatt 2012-01-18 09:50:32 -07:00
parent f184222e2b
commit 47c2fb8ba9

View File

@ -40,7 +40,7 @@
(case-lambda (case-lambda
[() (in-core ".")] [() (in-core ".")]
[(k) @elem{This SRFI's bindings are also available in [(k) @elem{This SRFI's bindings are also available in
@racketmodname[scheme/base]@|k|}])) @racketmodname[racket/base]@|k|}]))
@(begin @(begin
(define-syntax-rule (def-mz mz-if) (define-syntax-rule (def-mz mz-if)
@ -76,11 +76,14 @@ distributed as part of Racket's documentation).
@srfi[1]{List Library} @srfi[1]{List Library}
This SRFI works with pairs and lists as in @racketmodname[scheme] and This SRFI works with pairs and lists as in @racketmodname[racket],
@racketmodname[mzscheme], which are immutable, so it does not export which are immutable, so it does not export @racketidfont{set-car!} and
@racketidfont{set-car!} and @racketidfont{set-cdr!}. The other @racketidfont{set-cdr!}. The other provided bindings that end in
provided bindings that end in @racketidfont{!} are equivalent to the @racketidfont{!} are equivalent to the corresponding bindings without
corresponding bindings without @racketidfont{!}. @racketidfont{!}. Functions that are documented in the SRFI in bold
(but not bold italic) correspond to @racketmodname[racket] functions,
while the others are distinct from same-named @racketmodname[racket]
functions.
@redirect[1 '( @redirect[1 '(
(cons #f "cons") (cons #f "cons")