Fixing docs

This commit is contained in:
Jay McCarthy 2010-12-04 08:07:47 -07:00
parent 28bf36b753
commit 2abbb664dd

View File

@ -1,5 +1,5 @@
#lang scribble/manual
@(require scribble/eval "utils.rkt" (for-label racket xml unstable/web))
@(require scribble/eval "utils.rkt" (for-label racket (except-in xml write-xexpr) unstable/web))
@title{XML and CSS}
@ -33,14 +33,14 @@ Here, @scheme[text] is any of the datatypes described in
@defthing[xexpr/c flat-contract?]{
This flat contract corresponds to @scheme[xexpr?]. It is reprovided from
@schememodname[xml]. In versions of PLT Scheme before the implementation of
@schememodname[xml]. In versions of Racket before the implementation of
@scheme[xexpr/c], this module provides its own definition.
}
@deftogether[(
@defproc[(write-css [css css/c] [out output-port? (current-output-port)])
void?]
@defproc[(write-xexpr [css css/c] [out output-port? (current-output-port)])
@defproc[(write-xexpr [xexpr xexpr/c] [out output-port? (current-output-port)])
void?]
)]{
These functions write CSS-expressions and