Function: shr-tag-tt

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

Signature

(shr-tag-tt DOM)

Source Code

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