Function: shr-tag-acronym

shr-tag-acronym is a byte-compiled function defined in shr.el.gz.

Signature

(shr-tag-acronym DOM)

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-tag-acronym (dom)
  ;; `acronym' is deprecated in favor of `abbr'.
  (shr-tag-abbr dom))