Function: image-dired-display-next-thumbnail-original
image-dired-display-next-thumbnail-original is an interactive and
byte-compiled function defined in image-dired.el.gz.
Signature
(image-dired-display-next-thumbnail-original)
Documentation
In thumbnail buffer, move to next thumbnail and display the image.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-display-next-thumbnail-original ()
"In thumbnail buffer, move to next thumbnail and display the image."
(interactive)
(image-dired-forward-image)
(image-dired-display-thumbnail-original-image))