aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-01-04 14:00:11 +0100
committerMichael Albinus2011-01-04 14:00:11 +0100
commit84156e941a93cc6955a0c812cdff4f5d23c221d9 (patch)
tree6d40de5064ee7e9e30bc0c261aabbe5347094145
parent412b9ee578cda7bfc5ec6a0187e313b53f307cd5 (diff)
downloademacs-84156e941a93cc6955a0c812cdff4f5d23c221d9.tar.gz
emacs-84156e941a93cc6955a0c812cdff4f5d23c221d9.zip
* NEWS: Revert change in libxml-* functions, which was applied by
previous patch accidently.
-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.