Function: doc-view-current-cache-doc-pdf
doc-view-current-cache-doc-pdf is a byte-compiled function defined in
doc-view.el.gz.
Signature
(doc-view-current-cache-doc-pdf)
Documentation
Return the name of the doc.pdf in the current cache dir.
This file exists only if the current document isn't a PDF or PS file already.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defun doc-view-current-cache-doc-pdf ()
"Return the name of the doc.pdf in the current cache dir.
This file exists only if the current document isn't a PDF or PS file already."
(expand-file-name "doc.pdf" (doc-view--current-cache-dir)))