From 89f5bde7ba7a87addf85a05c369f73cbe47bd7ba Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 29 Jun 2007 07:17:56 +0000 Subject: [PATCH] remove bad space svn: r6764 original commit: f99393bac377aa76feacc4fbe1752b7373fcf8a8 --- collects/scribblings/scribble/basic.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/scribble/basic.scrbl b/collects/scribblings/scribble/basic.scrbl index 1561d09d..6cf092ff 100644 --- a/collects/scribblings/scribble/basic.scrbl +++ b/collects/scribblings/scribble/basic.scrbl @@ -118,7 +118,7 @@ and produces an element with style @scheme[style-name]. @defproc[(index [words (or/c string? (listof string?))] [pre-content any/c] ...) - index-element?] { + index-element?]{ Creates an index element given a plain-text string---or list of strings for a hierarchy, such as @scheme['("strings" "plain")] for a @@ -133,14 +133,14 @@ refers. @defproc[(index* [words (listof string?)] [word-contents (listof list?)] [pre-content any/c] ...) - index-element?] { + index-element?]{ Like @scheme[index], except that @scheme[words] must be a list, and the list of contents render in the index (in parallel to @scheme[words]) is supplied as @scheme[word-contents]. } @defproc[(as-index [pre-content any/c] ...) - index-element?] { + index-element?]{ Like @scheme[index], but the word to index is determined by applying @scheme[content->string] on the parsed @scheme[pre-content] list.