mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* lisp/doc-view.el (doc-view-doc-type): Doc fix.
This commit is contained in:
parent
f5672b24a8
commit
9ef873629b
@ -369,7 +369,7 @@ the (uncompressed, extracted) file residing in
|
||||
|
||||
(defvar doc-view-doc-type nil
|
||||
"The type of document in the current buffer.
|
||||
Can be `dvi', `pdf', or `ps'.")
|
||||
Can be `dvi', `pdf', `ps', `djvu' or `odf'.")
|
||||
|
||||
(defvar doc-view-single-page-converter-function nil
|
||||
"Function to call to convert a single page of the document to a bitmap file.
|
||||
|
Loading…
Reference in New Issue
Block a user