mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/image.el (image-supported-file-p): Doc fix (bug#79117).
This commit is contained in:
parent
8ec2ddebdd
commit
f20d5e63bc
1 changed files with 4 additions and 4 deletions
|
|
@ -414,10 +414,10 @@ be determined."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun image-supported-file-p (file)
|
(defun image-supported-file-p (file)
|
||||||
"Say whether Emacs has native support for displaying TYPE.
|
"Return non-nil if Emacs can display the specified image FILE.
|
||||||
The value is a symbol specifying the image type, or nil if type
|
The returned value is a symbol specifying the image type of FILE,
|
||||||
cannot be determined (or if Emacs doesn't have built-in support
|
or nil if Emacs cannot display that image type or if the type
|
||||||
for the image type)."
|
cannot be determined."
|
||||||
(let ((case-fold-search t)
|
(let ((case-fold-search t)
|
||||||
type)
|
type)
|
||||||
(catch 'found
|
(catch 'found
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue