mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * lisp/doc-view.el (doc-view-mode-p): Fix docstring.
This commit is contained in:
parent
89209a83b6
commit
04bb557d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ It's a subdirectory of `doc-view-cache-directory'."
|
||||||
(defun doc-view-mode-p (type)
|
(defun doc-view-mode-p (type)
|
||||||
"Return non-nil if document type TYPE is available for `doc-view'.
|
"Return non-nil if document type TYPE is available for `doc-view'.
|
||||||
Document types are symbols like `dvi', `ps', `pdf', `epub',
|
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)
|
(and (display-graphic-p)
|
||||||
(image-type-available-p 'png)
|
(image-type-available-p 'png)
|
||||||
(cond
|
(cond
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue