Fixing docs re pcdata

svn: r13745
This commit is contained in:
Jay McCarthy 2009-02-19 17:57:35 +00:00
parent 20e76d845e
commit 88f65f052c

View File

@ -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