commit 89f5bde7ba7a87addf85a05c369f73cbe47bd7ba
parent e004737d664ab0498a5bd25fb1638b35045e75d1
Author: Eli Barzilay <eli@racket-lang.org>
Date: Fri, 29 Jun 2007 07:17:56 +0000
remove bad space
svn: r6764
original commit: f99393bac377aa76feacc4fbe1752b7373fcf8a8
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.