Function: image-dired-dired-display-image
image-dired-dired-display-image is an autoloaded, interactive and
byte-compiled function defined in image-dired-dired.el.gz.
Signature
(image-dired-dired-display-image &optional _)
Documentation
Display current image file.
See documentation for image-dired-display-image for more information.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired-dired.el.gz
;;;###autoload
(defun image-dired-dired-display-image (&optional _)
"Display current image file.
See documentation for `image-dired-display-image' for more information."
(declare (advertised-calling-convention () "29.1"))
(interactive nil dired-mode)
(image-dired-display-image (dired-get-filename)))