emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4cf9bbc: Fix comment in previous doc-view patch


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4cf9bbc: Fix comment in previous doc-view patch
Date: Thu, 3 Oct 2019 10:57:08 -0400 (EDT)

branch: master
commit 4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix comment in previous doc-view patch
    
    * lisp/doc-view.el (doc-view-open-text): Comment fix.
---
 lisp/doc-view.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 1f864f8..1fbaebd 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -1523,7 +1523,7 @@ For now these keys are useful:
            (set-buffer-modified-p nil)
            (doc-view-minor-mode)
             (goto-char (point-min))
-            ;; Put point at the start of the page the user what
+            ;; Put point at the start of the page the user was
             ;; reading.  Pages are separated by Control-L characters.
             (re-search-forward page-delimiter nil t (1- page))
            (add-hook 'write-file-functions



reply via email to

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