From: Lars Ingebrigtsen Date: Thu, 3 Oct 2019 14:57:03 +0000 (+0200) Subject: Fix comment in previous doc-view patch X-Git-Tag: emacs-27.0.90~1309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a;p=emacs.git Fix comment in previous doc-view patch * lisp/doc-view.el (doc-view-open-text): Comment fix. --- 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