Variable: gnus-hidden-properties

gnus-hidden-properties is a customizable variable defined in gnus-art.el.gz.

Value

(invisible t)

Documentation

Property list to use for hiding text.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-hidden-properties
  ;; We use to have `intangible' here as well, but Emacs's command loop moves
  ;; point out of invisible text anyway, so `intangible' is clearly not
  ;; needed there.
  '(invisible t)
  "Property list to use for hiding text."
  :type 'plist
  :group 'gnus-article-hiding)