restate that #f indicates the default readtable

This commit is contained in:
Ryan Kramer 2019-02-03 11:49:58 -06:00 committed by Matthew Flatt
parent f14d7e06bb
commit d8eb9640ec

View File

@ -79,7 +79,8 @@ otherwise.
readtable?]{
Creates a new readtable that is like @racket[readtable] (which can be
@racket[#f]), except that the reader's behavior is modified for each
@racket[#f] to indicate the default readtable),
except that the reader's behavior is modified for each
@racket[key] according to the given @racket[mode] and
@racket[action]. The @racket[...+] for @racket[make-readtable] applies
to all three of @racket[key], @racket[mode], and @racket[action]; in