diff options
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 |