diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2019-12-04 15:15:20 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2019-12-04 15:15:20 +0100 |
commit | 9ef873629b8d65fdffa051d49858bc26ae51090e (patch) | |
tree | 58cb0a56e19bba054c3980a21f90d21b47cf5cbc /lisp/doc-view.el | |
parent | f5672b24a8510ee5c62b9e366e4ab6b1fde5ed77 (diff) | |
download | emacs-9ef873629b8d65fdffa051d49858bc26ae51090e.tar.gz emacs-9ef873629b8d65fdffa051d49858bc26ae51090e.tar.bz2 emacs-9ef873629b8d65fdffa051d49858bc26ae51090e.zip |
* lisp/doc-view.el (doc-view-doc-type): Doc fix.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 2 |
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 (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. |