Mercurial > emacs
changeset 112116:ac330440ab0d
* NEWS: Revert change in libxml-* functions, which was applied by
previous patch accidently.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 04 Jan 2011 14:00:11 +0100 |
parents | f423bf015fa8 |
children | bfe5b7d10b2e |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jan 04 13:44:17 2011 +0100 +++ b/etc/NEWS Tue Jan 04 14:00:11 2011 +0100 @@ -715,8 +715,8 @@ *** 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.