]> git.eshelyaron.com Git - emacs.git/commitdiff
doc-view.el comment clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 9 Nov 2020 14:38:35 +0000 (15:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 9 Nov 2020 14:38:35 +0000 (15:38 +0100)
* lisp/doc-view.el: Make the commentary mention that it's not
limited to a narrow range of file formats (bug#44504).

lisp/doc-view.el

index 9f5dc40ea1687f0d16c6b018a5d1484f8cc6be11..244f4112ba4cea0c3adfcd17361706e9bc20df0d 100644 (file)
 
 ;;; Commentary:
 
-;; DocView is a document viewer for Emacs.  It converts PDF, PS and DVI files
-;; to a set of PNG files, one PNG for each page, and displays the PNG images
-;; inside an Emacs buffer.  This buffer uses `doc-view-mode' which provides
-;; convenient key bindings for browsing the document.
+;; DocView is a document viewer for Emacs.  It converts a number of
+;; document formats (including PDF, PS, DVI, Djvu and ODF files) to a
+;; set of PNG files, one PNG for each page, and displays the PNG
+;; images inside an Emacs buffer.  This buffer uses `doc-view-mode'
+;; which provides convenient key bindings for browsing the document.
 ;;
 ;; To use it simply open a document file with
 ;;