diff --git a/pkgs/racket-doc/scribblings/reference/readtables.scrbl b/pkgs/racket-doc/scribblings/reference/readtables.scrbl index 4ccfd02bdd..855b6dce92 100644 --- a/pkgs/racket-doc/scribblings/reference/readtables.scrbl +++ b/pkgs/racket-doc/scribblings/reference/readtables.scrbl @@ -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