Variable: edt-top-scroll-margin

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

Value

10

Documentation

Scroll margin at the top of the screen.

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

Source Code

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