Function: doc-view-first-page
doc-view-first-page is an interactive and byte-compiled function
defined in doc-view.el.gz.
Signature
(doc-view-first-page)
Documentation
View the first page.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defun doc-view-first-page ()
"View the first page."
(interactive)
(doc-view-goto-page 1))