From 88f65f052c89612f795b792d27d84091d418d1f1 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 19 Feb 2009 17:57:35 +0000 Subject: [PATCH] Fixing docs re pcdata svn: r13745 --- collects/xml/xml.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/xml/xml.scrbl b/collects/xml/xml.scrbl index cb7a123ff0..55148fb4ed 100644 --- a/collects/xml/xml.scrbl +++ b/collects/xml/xml.scrbl @@ -71,13 +71,13 @@ and a @scheme[_misc] is an instance of the @scheme[comment] or @defstruct[document ([prolog prolog?] [element element?] - [misc (or/c comment? pcdata?)])]{ + [misc (listof (or/c comment? p-i?))])]{ Represents a document.} -@defstruct[prolog ([misc (listof (or/c comment? pcdata?))] +@defstruct[prolog ([misc (listof (or/c comment? p-i?))] [dtd (or/c document-type false/c)] - [misc2 (listof (or/c comment? pcdata?))])]{ + [misc2 (listof (or/c comment? p-i?))])]{ Represents a document prolog. The @scheme[make-prolog] binding is unusual: it accepts two or more arguments, and all arguments after the