Function: gnus-article-unhide-text-type

gnus-article-unhide-text-type is a byte-compiled function defined in gnus-art.el.gz.

Signature

(gnus-article-unhide-text-type B E TYPE)

Documentation

Unhide text of TYPE between B and E.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-article-unhide-text-type (b e type)
  "Unhide text of TYPE between B and E."
  (gnus-delete-wash-type type)
  (remove-text-properties
   b e (cons 'article-type (cons type gnus-hidden-properties))))