From 4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 3 Oct 2019 16:57:03 +0200 Subject: [PATCH] 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 1f864f8a457..1fbaebd6266 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 -- 2.39.2