svn: r7721
This commit is contained in:
Matthew Flatt 2007-11-14 12:23:00 +00:00
parent 2267020eef
commit fc94850251

View File

@ -63,7 +63,7 @@ in several significant ways:
- The `#lang' shorthand for `module' is now preferred for a module
declaration in a file. In "my-library.ss", instead of
(scheme my-library scheme/base
(module my-library scheme/base
(define my-stuff ....)
....)