Variable: tpu-top-scroll-margin
tpu-top-scroll-margin is a customizable variable defined in
tpu-extras.el.gz.
Value
0
Documentation
Scroll margin at the top 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
;;; Customization variables
(defcustom tpu-top-scroll-margin 0
"Scroll margin at the top of the screen.
Interpreted as a percent of the current window size."
:type 'integer
:group 'tpu)