From fd50016d00efa57c87ba3fba951a6db232cd38aa Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 26 Jul 2005 17:04:26 +0000 Subject: [PATCH] doc tweak svn: r451 --- collects/r6rs/doc.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/collects/r6rs/doc.txt b/collects/r6rs/doc.txt index 5920836cf4..14617fe81b 100644 --- a/collects/r6rs/doc.txt +++ b/collects/r6rs/doc.txt @@ -8,8 +8,9 @@ To write an R6RS library: #reader(lib "library.ss" "r6rs") (library "name" ....) -where "name" matches the containing file name without the file path -or suffix. +where "name" matches the containing file name without the file path or +suffix. Note that the #reader line adjusts reader syntax in addition +to converting `library' to `module'. To evaluate R6RS `library' and `import' forms at the REPL (or with @@ -22,7 +23,8 @@ or start MzScheme as % mzscheme -L library-repl.ss r6rs -To import a collection-based library, use +In either mode, to import a collection-based module to to reference +other libraries installed in the collection tree, use "scheme:///.../" @@ -48,7 +50,7 @@ Limitations: declaration are actually defined - reader adjusts only string, character, and quoted-symbol - syntax, for now + syntax (as in SRFI-75), for now To appear: