From 1135fc015a06603e39158b99cc344bbfcba2dbfc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 Jan 2011 07:04:41 -0700 Subject: [PATCH] fix doc typos original commit: e94f7e003994dd72159e26ebe74acc4cf8cb9f17 --- collects/scribblings/scribble/core.scrbl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl index 02148cea..689431a6 100644 --- a/collects/scribblings/scribble/core.scrbl +++ b/collects/scribblings/scribble/core.scrbl @@ -413,8 +413,9 @@ The currently recognized @tech{style properties} are as follows: @itemize[ @item{@racket['omitable] --- When a table cell contains a single - @racket[omitable-paragraph], then when rendering to HTML, no - @tt{p} tag wraps the cell content.} + @racket[paragraph] with the @racket['omitable] style property, + then when rendering to HTML, no @tt{

} tag wraps the cell + content.} @item{@racket['div] --- Generates @tt{

} HTML output instead of @tt{

}.} @@ -529,8 +530,8 @@ The following @tech{style properties} are currently recognized: A @techlink{nested flow} has a style and a @tech{flow}. -In @racket[style], the @racket{style name} is normally a string that -corresponds to a CSS class for HTML @tt{blockquote} output or a Latex +In @racket[style], the @tech{style name} is normally a string that +corresponds to a CSS class for HTML @tt{

} output or a Latex environment (see @secref["extra-style"]). The following symbolic style names are recognized: @@ -678,7 +679,7 @@ The following @tech{style properties} are currently recognized: script alternative to @racket[content].} @item{@racket[body-id] structure --- For HTML uses the given - string as an @tt{id} attribute of the @tt{span} tag.} + string as an @tt{id} attribute of the @tt{} tag.} @item{@racket['aux] --- Intended for use in titles, where the auxiliary part of the title can be omitted in hyperlinks. See,