diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 5 |
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 | |||
| 4724 | string specifying the base URL for relative URLs occurring in links. | 4724 | string specifying the base URL for relative URLs occurring in links. |
| 4725 | 4725 | ||
| 4726 | If the optional argument @var{discard-comments} is non-@code{nil}, | 4726 | If the optional argument @var{discard-comments} is non-@code{nil}, |
| 4727 | then the parse tree is created without any comments. | 4727 | any top-level comment is discarded. (This argument is obsolete and |
| 4728 | will be removed in future Emacs versions. To remove comments, use the | ||
| 4729 | @code{xml-remove-comments} utility function on the data before you | ||
| 4730 | call the parsing function.) | ||
| 4728 | 4731 | ||
| 4729 | In the parse tree, each HTML node is represented by a list in which | 4732 | In the parse tree, each HTML node is represented by a list in which |
| 4730 | the first element is a symbol representing the node name, the second | 4733 | the first element is a symbol representing the node name, the second |