aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c16925b11e9..61395246ced 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -715,8 +715,8 @@ by the Graphic Control Extension of the image.
715 715
716*** If Emacs is compiled with libxml2 support (which is the default), 716*** If Emacs is compiled with libxml2 support (which is the default),
717two new Emacs Lisp-level functions are defined: 717two new Emacs Lisp-level functions are defined:
718`xml-parse-html-string-internal' (which will parse "real world" HTML) 718`libxml-parse-html-region' (which will parse "real world" HTML)
719and `xml-parse-string-internal' (which parses XML). Both return an 719and `libxml-parse-xml-region' (which parses XML). Both return an
720Emacs Lisp parse tree. 720Emacs Lisp parse tree.
721 721
722FIXME: These should be front-ended by xml.el. 722FIXME: These should be front-ended by xml.el.