Function: gnus-article-hide-text
gnus-article-hide-text is a byte-compiled function defined in
gnus-art.el.gz.
Signature
(gnus-article-hide-text B E PROPS)
Documentation
Set text PROPS on the B to E region.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defsubst gnus-article-hide-text (b e props)
"Set text PROPS on the B to E region."
(gnus-add-text-properties-when 'article-type nil b e props))