diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 9aa84a850c7..5d4fe024e8c 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -375,6 +375,8 @@ following attributes: \begin{memberdesc}[DocumentType]{internalSubset} A string giving the complete internal subset from the document. + This does not include the brackets which enclose the subset. If the + document has no internal subset, this should be \code{None}. \end{memberdesc} \begin{memberdesc}[DocumentType]{name}