emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 e693d97: doc-view.el comment clarification


From: Lars Ingebrigtsen
Subject: emacs-27 e693d97: doc-view.el comment clarification
Date: Mon, 9 Nov 2020 09:38:43 -0500 (EST)

branch: emacs-27
commit e693d97e5005f82c7dbb4f6922d9dc8deac3d14f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    doc-view.el comment clarification
    
    * 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 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 9f5dc40..244f411 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -29,10 +29,11 @@
 
 ;;; 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
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]