Function: shr-heading
shr-heading is a byte-compiled function defined in shr.el.gz.
Signature
(shr-heading DOM &rest TYPES)
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-heading (dom &rest types)
(shr-ensure-paragraph)
(apply #'shr-fontize-dom dom types)
(shr-ensure-paragraph))