From 47c2fb8ba90f1e3643a6a8fa77d76f5abe0238b6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 18 Jan 2012 09:50:32 -0700 Subject: [PATCH] doc clarification on SRFI-1 exports --- collects/srfi/srfi.scrbl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/collects/srfi/srfi.scrbl b/collects/srfi/srfi.scrbl index 5bbe7090d0..275c17f113 100644 --- a/collects/srfi/srfi.scrbl +++ b/collects/srfi/srfi.scrbl @@ -40,7 +40,7 @@ (case-lambda [() (in-core ".")] [(k) @elem{This SRFI's bindings are also available in - @racketmodname[scheme/base]@|k|}])) + @racketmodname[racket/base]@|k|}])) @(begin (define-syntax-rule (def-mz mz-if) @@ -76,11 +76,14 @@ distributed as part of Racket's documentation). @srfi[1]{List Library} -This SRFI works with pairs and lists as in @racketmodname[scheme] and -@racketmodname[mzscheme], which are immutable, so it does not export -@racketidfont{set-car!} and @racketidfont{set-cdr!}. The other -provided bindings that end in @racketidfont{!} are equivalent to the -corresponding bindings without @racketidfont{!}. +This SRFI works with pairs and lists as in @racketmodname[racket], +which are immutable, so it does not export @racketidfont{set-car!} and +@racketidfont{set-cdr!}. The other provided bindings that end in +@racketidfont{!} are equivalent to the corresponding bindings without +@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 '( (cons #f "cons")