Variable: view-mode
view-mode is a buffer-local variable defined in view.el.gz.
Documentation
Non-nil if View mode is enabled.
Use the command view-mode(var)/view-mode(fun) to change this variable.
Probably introduced at or before Emacs version 16.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/view.el.gz
;;;###autoload
(defvar-local view-mode nil
"Non-nil if View mode is enabled.
Don't change this variable directly, you must change it by one of the
functions that enable or disable view mode.")