Variable: doc-view-doc-type
doc-view-doc-type is a variable defined in doc-view.el.gz.
Value
nil
Documentation
The type of document in the current buffer.
Can be dvi, pdf, ps, djvu, odf, epub, cbz, fb2,
xps or oxps.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defvar doc-view-doc-type nil
"The type of document in the current buffer.
Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2',
`xps' or `oxps'.")