1
0
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:
Juanma Barranquero 2019-12-04 15:15:20 +01:00
parent f5672b24a8
commit 9ef873629b

View File

@ -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.