Variable: gnus-cite-hide-percentage
gnus-cite-hide-percentage is a customizable variable defined in
gnus-cite.el.gz.
Value
50
Documentation
Only hide excess citation if above this percentage of the body.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cite-hide-percentage 50
"Only hide excess citation if above this percentage of the body."
:type 'number)