diff --git a/collects/unstable/scribblings/web.scrbl b/collects/unstable/scribblings/web.scrbl index 28faf67dbf..c0b985723a 100644 --- a/collects/unstable/scribblings/web.scrbl +++ b/collects/unstable/scribblings/web.scrbl @@ -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