From 84d1c6dc06b643731e986bbd81f7b3db0cdcaf4a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 12 May 2012 10:26:10 -0600 Subject: [PATCH] remove sfi links from the Reference In consultation with Ryan. We'd prefer to have versions of all useful things in a `racket/...' library that is consistent as possible with Racket forms and conventions. --- collects/scribblings/reference/pairs.scrbl | 2 -- collects/scribblings/reference/strings.scrbl | 1 - collects/scribblings/reference/time.scrbl | 3 --- 3 files changed, 6 deletions(-) diff --git a/collects/scribblings/reference/pairs.scrbl b/collects/scribblings/reference/pairs.scrbl index bbdeb6533b..d660d3ae2e 100644 --- a/collects/scribblings/reference/pairs.scrbl +++ b/collects/scribblings/reference/pairs.scrbl @@ -1028,8 +1028,6 @@ the result of @racket[proc]. Signals an error on an empty list. (range 10 15 1.5) ]} -You can find additional list functions in @racketmodname[srfi/1]. - @close-eval[list-eval] diff --git a/collects/scribblings/reference/strings.scrbl b/collects/scribblings/reference/strings.scrbl index 63fe906ba5..20daa2336b 100644 --- a/collects/scribblings/reference/strings.scrbl +++ b/collects/scribblings/reference/strings.scrbl @@ -432,6 +432,5 @@ true, otherwise they get normalized too. (string-normalize-spaces " foo bar baz \r\n\t") ]} -You can find additional string functions in @racketmodname[srfi/13]. @close-eval[string-eval] diff --git a/collects/scribblings/reference/time.scrbl b/collects/scribblings/reference/time.scrbl index 22e2d443aa..67d5f7e2ad 100644 --- a/collects/scribblings/reference/time.scrbl +++ b/collects/scribblings/reference/time.scrbl @@ -220,6 +220,3 @@ calculations.} Converts a Julian number (Scalinger's off-by-one version) into a string.} - -You can find additional date and time functions in -@racketmodname[srfi/19].