Variable: doc-view-register-alist
doc-view-register-alist is a buffer-local variable defined in
doc-view.el.gz.
Documentation
Register alist containing only doc-view registers for current buffer.
Each doc-view register entry is of the form (doc-view . ALIST) where
ALIST has the keys buffer, file, and page. The value of buffer
is the buffer which visits the file specified by the value of file.
The value of page is the page stored in the register.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
;;; Register integration
(defvar-local doc-view-register-alist nil
"Register alist containing only doc-view registers for current buffer.
Each doc-view register entry is of the form (doc-view . ALIST) where
ALIST has the keys `buffer', `file', and `page'. The value of `buffer'
is the buffer which visits the file specified by the value of `file'.
The value of `page' is the page stored in the register.")