scribble doc corrections

Merge to v5.3.2

original commit: 5134bc0888c26c70bda83c607d73e530314cbbd8
This commit is contained in:
Matthew Flatt 2013-01-09 18:51:31 -07:00
parent cce0a1c62c
commit 24b3905faa
3 changed files with 8 additions and 5 deletions

View File

@ -148,7 +148,7 @@ combination with @racket[author].}
@section{Blocks}
@defproc[(para [#:style style (or/c style? string? symbol? #f)]
@defproc[(para [#:style style (or/c style? string? symbol? #f) #f]
[pre-content pre-content?] ...) paragraph?]{
Creates a @tech{paragraph} containing the @tech{decode}d
@ -161,7 +161,7 @@ combination with @racket[author].}
@racket[style] arguments.)}
@defproc[(nested [#:style style (or/c style? string? symbol? #f)]
@defproc[(nested [#:style style (or/c style? string? symbol? #f) #f]
[pre-flow pre-flow?] ...) nested-flow?]{
Creates a @tech{nested flow} containing the @tech{decode}d

View File

@ -501,7 +501,7 @@ The currently recognized @tech{style properties} are as follows:
@item{@racket['never-indents] --- For Latex and @tech{compound
paragraphs}; see @racket[compound-paragraph].}
@item{@racket[box-mode] --- For Latex output, uses an alternate
@item{@racket[box-mode] structure --- For Latex output, uses an alternate
rendering form for @tech{boxing contexts} (such as a table cell); see
@racket[box-mode].}
@ -654,13 +654,16 @@ The following @tech{style properties} are currently recognized:
@item{@racket['never-indents] --- For Latex and @tech{compound
paragraphs}; see @racket[compound-paragraph].}
@item{@racket[box-mode] --- For Latex output, uses an alternate
@item{@racket[box-mode] structure --- For Latex output, uses an alternate
rendering form for @tech{boxing contexts} (such as a table cell); see
@racket[box-mode].}
@item{@racket['decorative] --- The content of the nested flow is intended
for decoration. Text output skips a decorative nested flow.}
@item{@racket[alt-tag] structure --- Generates the indicated HTML tag
instead of @tt{<blockquote>}.}
]}

View File

@ -194,7 +194,7 @@ Like @racket[title-decl], but for a sub-part. See @racket[decode] and
See @racket[decode]. The two fields are as for @racket[index-element].}
@defstruct[part-collect-decl ([element element?])]{
@defstruct[part-collect-decl ([element (or/c element? part-relative-element?)])]{
See @racket[decode].}