Variable: view-exits-all-viewing-windows

view-exits-all-viewing-windows is a customizable variable defined in view.el.gz.

Value

nil

Documentation

Non-nil means restore all windows used to view buffer.

Commands that restore windows when finished viewing a buffer, apply to all windows that display the buffer and have restore information. If view-exits-all-viewing-windows is nil, only the selected window is considered for restoring.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defcustom view-exits-all-viewing-windows nil
  "Non-nil means restore all windows used to view buffer.
Commands that restore windows when finished viewing a buffer,
apply to all windows that display the buffer and have restore
information.  If `view-exits-all-viewing-windows' is nil, only
the selected window is considered for restoring."
  :type 'boolean)