Fix typesetting of code:blank in the Scribble docs

original commit: be2115381848d8c0b7b232e393b5ad94f106a387
This commit is contained in:
Asumu Takikawa 2012-10-14 07:34:36 -04:00
parent 167fdb8370
commit dc05bce98a

View File

@ -273,7 +273,7 @@ A few other escapes are recognized symbolically:
@RACKET[(unsyntax (foo "..."))].)
}
@item{@indexed-racket[code:blank] typesets as a blank space.}
@item{@as-index[@racketidfont{code:blank}] typesets as a blank space.}
@item{@racket[(#,(indexed-racket code:hilite) _datum)] typesets like
@racket[_datum], but with a background highlight.}