Variable: edt-bottom-scroll-margin

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

Value

15

Documentation

Scroll margin at the bottom of the screen.

Interpreted as a percent of the current window size with a default setting of 15%. If set to 0, bottom scroll margin is disabled.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defcustom edt-bottom-scroll-margin 15
  "Scroll margin at the bottom of the screen.
Interpreted as a percent of the current window size with a default
setting of 15%.  If set to 0, bottom scroll margin is disabled."
  :type 'integer)