From ad53983276afc745e59a11d0af18ec18722b0bb4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 23 Nov 2015 08:41:10 -0500 Subject: [PATCH] fix history annotations --- pkgs/racket-doc/scribblings/reference/read.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/read.scrbl b/pkgs/racket-doc/scribblings/reference/read.scrbl index 2b64d6b242..a397aadfce 100644 --- a/pkgs/racket-doc/scribblings/reference/read.scrbl +++ b/pkgs/racket-doc/scribblings/reference/read.scrbl @@ -223,7 +223,7 @@ A @tech{parameter} that controls whether @litchar{[} and @litchar{]} are treated as parentheses, but the resulting list tagged with @racket[#%brackets]. See @secref["parse-pair"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-curly-brace-with-tag on?]{ @@ -232,7 +232,7 @@ A @tech{parameter} that controls whether @litchar["{"] and tagged with @racket[#%braces]. See @secref["parse-pair"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-accept-box on?]{ @@ -279,7 +279,7 @@ A @tech{parameter} that controls parsing input with a dot, in a C structure accessor style. See @secref["parse-cdot"] for more information. -@history[#:added "6.2.900.18"]} +@history[#:added "6.3.0.5"]} @defboolparam[read-accept-quasiquote on?]{