Function: image-dired-next-line
image-dired-next-line is an interactive and byte-compiled function
defined in image-dired.el.gz.
Signature
(image-dired-next-line)
Documentation
Move to next line in the thumbnail buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired-next-line ()
"Move to next line in the thumbnail buffer."
(interactive nil image-dired-thumbnail-mode)
(image-dired--movement-command-line))