Function: gnus-article-hide-text-type

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

Signature

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

Documentation

Hide text of TYPE between B and E.

Source Code

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