fix history annotations

This commit is contained in:
Jay McCarthy 2015-11-23 08:41:10 -05:00
parent 5cb02282f5
commit ad53983276

View File

@ -223,7 +223,7 @@ A @tech{parameter} that controls whether @litchar{[} and @litchar{]}
are treated as parentheses, but the resulting list tagged with are treated as parentheses, but the resulting list tagged with
@racket[#%brackets]. See @secref["parse-pair"] for more information. @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?]{ @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 tagged with @racket[#%braces]. See @secref["parse-pair"] for more
information. information.
@history[#:added "6.2.900.18"]} @history[#:added "6.3.0.5"]}
@defboolparam[read-accept-box on?]{ @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 structure accessor style. See @secref["parse-cdot"] for more
information. information.
@history[#:added "6.2.900.18"]} @history[#:added "6.3.0.5"]}
@defboolparam[read-accept-quasiquote on?]{ @defboolparam[read-accept-quasiquote on?]{