Variable: tpu-bottom-scroll-margin

tpu-bottom-scroll-margin is a customizable variable defined in tpu-extras.el.gz.

Value

0

Documentation

Scroll margin at the bottom of the screen.

Interpreted as a percent of the current window size.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
(defcustom tpu-bottom-scroll-margin 0
  "Scroll margin at the bottom of the screen.
Interpreted as a percent of the current window size."
  :type 'integer
  :group 'tpu)