Variable: view-page-size

view-page-size is a buffer-local variable defined in view.el.gz.

Documentation

Default number of lines to scroll by View page commands.

If nil that means use the window size.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defvar-local view-page-size nil
  "Default number of lines to scroll by View page commands.
If nil that means use the window size.")