From: Juanma Barranquero Date: Wed, 4 Dec 2019 14:15:20 +0000 (+0100) Subject: * lisp/doc-view.el (doc-view-doc-type): Doc fix. X-Git-Tag: emacs-27.0.90~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ef873629b8d65fdffa051d49858bc26ae51090e;p=emacs.git * lisp/doc-view.el (doc-view-doc-type): Doc fix. --- 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 (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.