* NEWS: Revert change in libxml-* functions, which was applied by
previous patch accidently.
This commit is contained in:
parent
412b9ee578
commit
84156e941a
1 changed files with 2 additions and 2 deletions
4
etc/NEWS
4
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue