diff options
| author | Helmut Eller | 2026-02-13 09:10:16 +0100 |
|---|---|---|
| committer | Helmut Eller | 2026-02-13 09:10:16 +0100 |
| commit | 91c9e9883488d715a30877dfd7641ef4b3c62658 (patch) | |
| tree | e2c4525147e443f86baf9d0144aeadec082d7564 /lisp/doc-view.el | |
| parent | 9a4a54af9192a6653164364c75721ee814ffb1e8 (diff) | |
| parent | f1fe4d46190263e164ccd1e066095d46a156297f (diff) | |
| download | emacs-feature/igc.tar.gz emacs-feature/igc.zip | |
Merge branch 'master' into feature/igcfeature/igc
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 30311e1a8ed..4e28dd400ce 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -955,7 +955,7 @@ It's a subdirectory of `doc-view-cache-directory'." | |||
| 955 | (defun doc-view-mode-p (type) | 955 | (defun doc-view-mode-p (type) |
| 956 | "Return non-nil if document type TYPE is available for `doc-view'. | 956 | "Return non-nil if document type TYPE is available for `doc-view'. |
| 957 | Document types are symbols like `dvi', `ps', `pdf', `epub', | 957 | Document types are symbols like `dvi', `ps', `pdf', `epub', |
| 958 | `cbz', `fb2', `xps', `oxps', or`odf' (any OpenDocument format)." | 958 | `cbz', `fb2', `xps', `oxps', or `odf' (any OpenDocument format)." |
| 959 | (and (display-graphic-p) | 959 | (and (display-graphic-p) |
| 960 | (image-type-available-p 'png) | 960 | (image-type-available-p 'png) |
| 961 | (cond | 961 | (cond |