From 04bb557d7efe46cb6a6a6ebd4a2d8ebcfbd97c74 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 7 Feb 2026 11:33:14 +0100 Subject: [PATCH] ; * lisp/doc-view.el (doc-view-mode-p): Fix docstring. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." (defun doc-view-mode-p (type) "Return non-nil if document type TYPE is available for `doc-view'. Document types are symbols like `dvi', `ps', `pdf', `epub', -`cbz', `fb2', `xps', `oxps', or`odf' (any OpenDocument format)." +`cbz', `fb2', `xps', `oxps', or `odf' (any OpenDocument format)." (and (display-graphic-p) (image-type-available-p 'png) (cond