aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 9769043b729..e89bd0b7ef7 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4724,7 +4724,10 @@ The optional argument @var{base-url}, if non-@code{nil}, should be a
4724string specifying the base URL for relative URLs occurring in links. 4724string specifying the base URL for relative URLs occurring in links.
4725 4725
4726If the optional argument @var{discard-comments} is non-@code{nil}, 4726If the optional argument @var{discard-comments} is non-@code{nil},
4727then the parse tree is created without any comments. 4727any top-level comment is discarded. (This argument is obsolete and
4728will be removed in future Emacs versions. To remove comments, use the
4729@code{xml-remove-comments} utility function on the data before you
4730call the parsing function.)
4728 4731
4729In the parse tree, each HTML node is represented by a list in which 4732In the parse tree, each HTML node is represented by a list in which
4730the first element is a symbol representing the node name, the second 4733the first element is a symbol representing the node name, the second