summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-11-13 08:58:06 -0800
committerGlenn Morris <rgm@gnu.org>2020-11-13 08:58:06 -0800
commite3e1cd733efe919d20d4273250372f0dd74c9a10 (patch)
tree20d51ea121b023f252331266353f70c320a24c94 /lisp/doc-view.el
parent7970610d48701a949ce443c94c71eac47d044197 (diff)
parent75384bd1555feca0ba11948ed71e4b557b8da59f (diff)
downloademacs-e3e1cd733efe919d20d4273250372f0dd74c9a10.tar.gz
Merge from origin/emacs-27
75384bd155 Update the doc-view header line 13ab70c80e Avoid breaking Arabic shaping in 'window-text-pixel-size' e693d97e50 doc-view.el comment clarification 968e85a2ce Update erc documentation about C-c C-b
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 02d89650b8b..73483b25796 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -1,4 +1,4 @@
-;;; doc-view.el --- View PDF/PostScript/DVI files in Emacs -*- lexical-binding: t -*-
+;;; doc-view.el --- Document viewer for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
;;
@@ -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
;;