From 5abac8bf81ea4f5d7a9f7b008852c4d80d806c88 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Jun 2018 10:26:33 +0300 Subject: [PATCH] * lisp/doc-view.el: Fix typos in the commentary. (Bug#31937) --- lisp/doc-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index dfc4d887ae3..4a4862f8280 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -39,7 +39,7 @@ ;; ;; C-x C-f ~/path/to/document RET ;; -;; and the document will be converted and displayed, if your emacs supports png +;; and the document will be converted and displayed, if your emacs supports PNG ;; images. With `C-c C-c' you can toggle between the rendered images ;; representation and the source text representation of the document. ;; @@ -50,7 +50,7 @@ ;; `doc-view-clear-cache'. To open the cache with dired, so that you can tidy ;; it out use `doc-view-dired-cache'. ;; -;; When conversion in underway the first page will be displayed as soon as it +;; When conversion is underway the first page will be displayed as soon as it ;; is available and the available pages are refreshed every ;; `doc-view-conversion-refresh-interval' seconds. If that variable is nil the ;; pages won't be displayed before conversion of the document finished -- 2.39.5