From 4e96e99344171a629e7723c080a85b44357cf762 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 21 May 2015 16:18:07 -0600 Subject: [PATCH] docs: clarify (under)specification of `nested` default style --- scribble-doc/scribblings/scribble/base.scrbl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scribble-doc/scribblings/scribble/base.scrbl b/scribble-doc/scribblings/scribble/base.scrbl index 34416efe..f428d858 100644 --- a/scribble-doc/scribblings/scribble/base.scrbl +++ b/scribble-doc/scribblings/scribble/base.scrbl @@ -168,10 +168,12 @@ combination with @racket[author].} Creates a @tech{nested flow} containing the @tech{decode}d @racket[pre-flow] (i.e., parsed with @racket[decode-flow]). - The @racket[style] argument is handled the same as @racket[para]. - The @racket['inset] and @racket['code-inset] styles cause the nested - flow to be inset compared to surrounding text, with the latter - particularly intended for insetting code.} + The @racket[style] argument is handled the same as @racket[para]. The + @racket['inset] and @racket['code-inset] styles cause the nested flow + to be inset compared to surrounding text, with the latter + 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?]{