fix doc bug (PR 9314)

svn: r9415
This commit is contained in:
Matthew Flatt 2008-04-23 00:58:46 +00:00
parent a26b334c67
commit d1c6669f0d

View File

@ -245,9 +245,9 @@ Converts an @tech{X-expression} into XML content.}
Converts an @tech{X-expression} into a string containing XML.}
@defproc[(eliminate-whitespace [tags (listof symbol?)]
[choose (boolean? . -> . any/c)]
[elem element?])
@defproc[((eliminate-whitespace [tags (listof symbol?)]
[choose (boolean? . -> . any/c)])
[elem element?])
element?]{
Some elements should not contain any text, only other tags, except