Function: View-quit

View-quit is an interactive and byte-compiled function defined in view.el.gz.

Signature

(View-quit)

Documentation

Quit View mode, trying to restore window and buffer to previous state.

Maybe kill this buffer. Try to restore selected window to previous state and go to previous buffer or window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defun View-quit ()
  "Quit View mode, trying to restore window and buffer to previous state.
Maybe kill this buffer.  Try to restore selected window to previous state
and go to previous buffer or window."
  (interactive)
  (view-mode-exit nil view-exit-action))