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 0f659fb8b37..f05ec938e55 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -238,7 +238,7 @@ Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2', (defun doc-view--epub-reconvert (&optional _event) "Reconvert all epub buffers. -EVENT is unused, but neccesary to work with the filenotify API" +EVENT is unused, but necessary to work with the filenotify API." (dolist (x (buffer-list)) (with-current-buffer x (when (eq doc-view-doc-type 'epub) |