diff --git a/pkgs/racket-doc/scribblings/guide/quote.scrbl b/pkgs/racket-doc/scribblings/guide/quote.scrbl index 860d7a45fb..282dd1dfa8 100644 --- a/pkgs/racket-doc/scribblings/guide/quote.scrbl +++ b/pkgs/racket-doc/scribblings/guide/quote.scrbl @@ -55,7 +55,7 @@ and this shorthand is almost always used instead of @racket[quote]. The shorthand applies even within the @racket[_datum], so it can produce a list containing @racket[quote]. -@refdetails["parse-quote"]{the @racketvalfont{'} shorthand} +@refdetails["parse-quote"]{the @racketvalfont{@literal{'}} shorthand} @examples[ 'apple diff --git a/pkgs/racket-doc/scribblings/guide/truth.scrbl b/pkgs/racket-doc/scribblings/guide/truth.scrbl index e81e2b39c0..7fe76c3008 100644 --- a/pkgs/racket-doc/scribblings/guide/truth.scrbl +++ b/pkgs/racket-doc/scribblings/guide/truth.scrbl @@ -165,7 +165,7 @@ a number or string: ] @;------------------------------------------------------------------------ -@section{Abbreviating @racket[quote] with @racketvalfont{'}} +@section{Abbreviating @racket[quote] with @racketvalfont{@literal{'}}} As you may have guessed, you can abbreviate a use of @racket[quote] by just putting @litchar{'} in front of a form to