diff options
| author | Michael Albinus | 2026-02-07 11:33:14 +0100 |
|---|---|---|
| committer | Michael Albinus | 2026-02-07 11:33:14 +0100 |
| commit | 04bb557d7efe46cb6a6a6ebd4a2d8ebcfbd97c74 (patch) | |
| tree | df093b805d11aa1a5e0919aa0df76d1dc89b576b | |
| parent | 89209a83b60c87d97f0c05dbf6cb29ff3cdf3d5a (diff) | |
| download | emacs-04bb557d7efe46cb6a6a6ebd4a2d8ebcfbd97c74.tar.gz emacs-04bb557d7efe46cb6a6a6ebd4a2d8ebcfbd97c74.zip | |
; * lisp/doc-view.el (doc-view-mode-p): Fix docstring.
| -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 |