diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-03 16:57:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-03 16:57:03 +0200 |
commit | 4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a (patch) | |
tree | 79f84d4d442374cd1121d11b88d9bb2680afcd7d /lisp/doc-view.el | |
parent | c1c9af312ed32f9e006452eef56ecabf6438cae9 (diff) | |
download | emacs-4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a.tar.gz emacs-4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a.tar.bz2 emacs-4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a.zip |
Fix comment in previous doc-view patch
* lisp/doc-view.el (doc-view-open-text): Comment fix.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |