Variable: view-no-disable-on-exit

view-no-disable-on-exit is a variable defined in view.el.gz.

Value

nil

Documentation

If non-nil, View mode "exit" commands don't actually disable View mode.

Instead, these commands just switch buffers or windows. This is set in certain buffers by specialized features such as help commands that use View mode automatically.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defvar view-no-disable-on-exit nil
  "If non-nil, View mode \"exit\" commands don't actually disable View mode.
Instead, these commands just switch buffers or windows.
This is set in certain buffers by specialized features such as help commands
that use View mode automatically.")