]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `shr-insert-document'.
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Thu, 9 Jan 2014 23:21:56 +0000 (00:21 +0100)
committerRüdiger Sonderfeld <ruediger@c-plusplus.de>
Thu, 9 Jan 2014 23:21:56 +0000 (00:21 +0100)
* doc/lispref/text.texi (Parsing HTML/XML): Document
`shr-insert-document'.

doc/lispref/ChangeLog
doc/lispref/text.texi

index 93bfcbbd6df93438d513af6c3143e1de5850b889..2963ffc9a60017486abb6db681c6a3000710d829 100644 (file)
@@ -1,5 +1,7 @@
 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
 
+       * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
+
        * strings.texi (Text Comparison): Document `string-suffix-p'.
 
 2014-01-07  Glenn Morris  <rgm@gnu.org>
index 7a20b6684d3c2e56709afeac52104d8b90926158..60cda8068bbfe411d2ec9e8ff25b2ea333f2856b 100644 (file)
@@ -4284,6 +4284,14 @@ A call to @code{libxml-parse-html-region} returns this:
 @end example
 @end defun
 
+@cindex rendering html
+@defun shr-insert-document dom
+This function renders the parsed HTML in @var{dom} into the current
+buffer.  The argument @var{dom} should be a list as generated by
+@code{libxml-parse-html-region}.  This function is, e.g., used by
+@ref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
+@end defun
+
 @cindex parsing xml
 @defun libxml-parse-xml-region start end &optional base-url
 This function is the same as @code{libxml-parse-html-region}, except