From: Michael Albinus Date: Tue, 4 Jan 2011 13:00:11 +0000 (+0100) Subject: * NEWS: Revert change in libxml-* functions, which was applied by X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84156e941a93cc6955a0c812cdff4f5d23c221d9;p=emacs.git * NEWS: Revert change in libxml-* functions, which was applied by previous patch accidently. --- 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. *** If Emacs is compiled with libxml2 support (which is the default), two new Emacs Lisp-level functions are defined: -`xml-parse-html-string-internal' (which will parse "real world" HTML) -and `xml-parse-string-internal' (which parses XML). Both return an +`libxml-parse-html-region' (which will parse "real world" HTML) +and `libxml-parse-xml-region' (which parses XML). Both return an Emacs Lisp parse tree. FIXME: These should be front-ended by xml.el.