diff options
author | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:09:17 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:09:17 -0400 |
commit | 8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (patch) | |
tree | 1099c41b72938a3e894dfd1ca1a8f12c376328cc /lisp/doc-view.el | |
parent | 0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (diff) | |
download | emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.gz |
* lisp/button.el (button-activate): Fix doc typo.
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 a222076edb8..7213ea2ff6b 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -451,7 +451,7 @@ Typically \"page-%s.png\".") (if (and (eq 'pdf doc-view-doc-type) (executable-find "pdfinfo")) ;; We don't want to revert if the PDF file is corrupted which - ;; might happen when it it currently recompiled from a tex + ;; might happen when it is currently recompiled from a tex ;; file. (TODO: We'd like to have something like that also ;; for other types, at least PS, but I don't know a good way ;; to test if a PS file is complete.) |