diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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), |
| 717 | two new Emacs Lisp-level functions are defined: | 717 | two 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) |
| 719 | and `xml-parse-string-internal' (which parses XML). Both return an | 719 | and `libxml-parse-xml-region' (which parses XML). Both return an |
| 720 | Emacs Lisp parse tree. | 720 | Emacs Lisp parse tree. |
| 721 | 721 | ||
| 722 | FIXME: These should be front-ended by xml.el. | 722 | FIXME: These should be front-ended by xml.el. |