Function: doc-view-presentation-exit

doc-view-presentation-exit is an interactive and byte-compiled function defined in doc-view.el.gz.

Signature

(doc-view-presentation-exit)

Documentation

Leave Doc-View's presentation mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defun doc-view-presentation-exit ()
  "Leave Doc-View's presentation mode."
  (interactive)
  (doc-view-presentation-mode -1))