aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/doc-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index e5f0e89a369..e9c0420673e 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -369,7 +369,7 @@ the (uncompressed, extracted) file residing in
369 369
370(defvar doc-view-doc-type nil 370(defvar doc-view-doc-type nil
371 "The type of document in the current buffer. 371 "The type of document in the current buffer.
372Can be `dvi', `pdf', or `ps'.") 372Can be `dvi', `pdf', `ps', `djvu' or `odf'.")
373 373
374(defvar doc-view-single-page-converter-function nil 374(defvar doc-view-single-page-converter-function nil
375 "Function to call to convert a single page of the document to a bitmap file. 375 "Function to call to convert a single page of the document to a bitmap file.