Variable: view-scroll-auto-exit

view-scroll-auto-exit is a customizable variable defined in view.el.gz.

Value

nil

Documentation

Non-nil means scrolling past the end of buffer exits View mode.

A value of nil means attempting to scroll past the end of the buffer, only rings the bell and gives a message on how to leave.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defcustom view-scroll-auto-exit nil
  "Non-nil means scrolling past the end of buffer exits View mode.
A value of nil means attempting to scroll past the end of the buffer,
only rings the bell and gives a message on how to leave."
  :type 'boolean)