docs: clarify (under)specification of nested default style

This commit is contained in:
Matthew Flatt 2015-05-21 16:18:07 -06:00
parent 798179ed3a
commit 4e96e99344

View File

@ -168,10 +168,12 @@ combination with @racket[author].}
Creates a @tech{nested flow} containing the @tech{decode}d Creates a @tech{nested flow} containing the @tech{decode}d
@racket[pre-flow] (i.e., parsed with @racket[decode-flow]). @racket[pre-flow] (i.e., parsed with @racket[decode-flow]).
The @racket[style] argument is handled the same as @racket[para]. The @racket[style] argument is handled the same as @racket[para]. The
The @racket['inset] and @racket['code-inset] styles cause the nested @racket['inset] and @racket['code-inset] styles cause the nested flow
flow to be inset compared to surrounding text, with the latter to be inset compared to surrounding text, with the latter
particularly intended for insetting code.} particularly intended for insetting code. The default style is
specified by the output destination (and tends to inset text for HTML
output and not inset for Latex output).}
@defproc[(centered [pre-flow pre-flow?] ...) nested-flow?]{ @defproc[(centered [pre-flow pre-flow?] ...) nested-flow?]{