Variable: gnus-cited-lines-visible
gnus-cited-lines-visible is a customizable variable defined in
gnus-cite.el.gz.
Value
nil
Documentation
The number of lines of hidden cited text to remain visible.
Or a pair (cons) of numbers which are the number of lines at the top and bottom of the text, respectively, to remain visible.
Probably introduced at or before Emacs version 19.32.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cited-lines-visible nil
"The number of lines of hidden cited text to remain visible.
Or a pair (cons) of numbers which are the number of lines at the top
and bottom of the text, respectively, to remain visible."
:type '(choice (const :tag "none" nil)
integer
(cons :tag "Top and Bottom" integer integer)))