Fix doc typos
original commit: 9f83ba1c6f450790d99f734779c07a775aefb104
This commit is contained in:
parent
54e7b17c5e
commit
793a83e339
|
@ -374,6 +374,6 @@ Latex output.
|
||||||
When using @racket[local-table-of-contents], it often makes sense to
|
When using @racket[local-table-of-contents], it often makes sense to
|
||||||
include introductory text before the call of
|
include introductory text before the call of
|
||||||
@racket[local-table-of-contents]. When the introductory text is less
|
@racket[local-table-of-contents]. When the introductory text is less
|
||||||
important and when when local table of contents is short, putting the
|
important and when local table of contents is short, putting the
|
||||||
introductory text after the call of @racket[local-table-of-contents]
|
introductory text after the call of @racket[local-table-of-contents]
|
||||||
may be appropriate.
|
may be appropriate.
|
||||||
|
|
|
@ -185,7 +185,7 @@ produces the typeset result
|
||||||
([maybe-escape code:blank
|
([maybe-escape code:blank
|
||||||
(code:line #:escape escape-id)])]{
|
(code:line #:escape escape-id)])]{
|
||||||
|
|
||||||
Typesets the @racket[datum] sequence as a table of Racket code inset
|
Typesets the @racket[datum] sequence as a table of Racket code
|
||||||
inset via @racket[nested] with the style @racket['code-inset]. The
|
inset via @racket[nested] with the style @racket['code-inset]. The
|
||||||
source locations of the @racket[datum]s determine the generated
|
source locations of the @racket[datum]s determine the generated
|
||||||
layout. For example,
|
layout. For example,
|
||||||
|
@ -223,7 +223,7 @@ Like other forms defined via @racket[define-code],
|
||||||
@tech{element transformers}.
|
@tech{element transformers}.
|
||||||
|
|
||||||
An @racket[#:escape] clause specifies an identifier to escape back to
|
An @racket[#:escape] clause specifies an identifier to escape back to
|
||||||
an expression that produces produces an @racket[element]. But default,
|
an expression that produces an @racket[element]. By default,
|
||||||
the escape identifier is @racket[unsyntax]. For example,
|
the escape identifier is @racket[unsyntax]. For example,
|
||||||
|
|
||||||
@racketblock[
|
@racketblock[
|
||||||
|
@ -435,7 +435,7 @@ linked, even if it is not an identifier.}
|
||||||
|
|
||||||
@defproc[(litchar [str string?] ...) element?]{Typesets @racket[str]s as a
|
@defproc[(litchar [str string?] ...) element?]{Typesets @racket[str]s as a
|
||||||
representation of literal text. Use this when you have to talk about
|
representation of literal text. Use this when you have to talk about
|
||||||
the individual characters in a stream of text, as as when documenting
|
the individual characters in a stream of text, as when documenting
|
||||||
a reader extension.}
|
a reader extension.}
|
||||||
|
|
||||||
@defproc[(racketfont [pre-content pre-content?] ...) element?]{Typesets
|
@defproc[(racketfont [pre-content pre-content?] ...) element?]{Typesets
|
||||||
|
@ -1226,7 +1226,7 @@ Typesets the given combination of a GUI's menu and item name.}
|
||||||
|
|
||||||
@defproc[(filepath [pre-content pre-content?] ...) element?]{Typesets the
|
@defproc[(filepath [pre-content pre-content?] ...) element?]{Typesets the
|
||||||
@tech{decode}d @racket[pre-content] as a file name (e.g., in
|
@tech{decode}d @racket[pre-content] as a file name (e.g., in
|
||||||
typewriter font and in in quotes).}
|
typewriter font and in quotes).}
|
||||||
|
|
||||||
@defproc[(exec [pre-content pre-content?] ...) element?]{Typesets the
|
@defproc[(exec [pre-content pre-content?] ...) element?]{Typesets the
|
||||||
@tech{decode}d @racket[pre-content] as a command line (e.g., in
|
@tech{decode}d @racket[pre-content] as a command line (e.g., in
|
||||||
|
|
|
@ -96,7 +96,7 @@ The normal @racket[require]s of the enclosing library are effectively
|
||||||
converted into @racket[for-label] @racket[require]s when generating
|
converted into @racket[for-label] @racket[require]s when generating
|
||||||
documentation, so that identifiers in the @racket[contract]s are
|
documentation, so that identifiers in the @racket[contract]s are
|
||||||
linked to their corresponding documentation. Similarly, any binding
|
linked to their corresponding documentation. Similarly, any binding
|
||||||
that is available in the run-time phase of of the enclosing library
|
that is available in the run-time phase of the enclosing library
|
||||||
can be referenced in documentation prose using the @racket[racket]
|
can be referenced in documentation prose using the @racket[racket]
|
||||||
form.}
|
form.}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user