Variable: gnus-article-over-scroll

gnus-article-over-scroll is a customizable variable defined in gnus-art.el.gz.

Value

nil

Documentation

If non-nil, allow scrolling the article buffer even when there no more text.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-over-scroll nil
  "If non-nil, allow scrolling the article buffer even when there no more text."
  :version "22.1"
  :group 'gnus-article
  :type 'boolean)