Function: image-dired-next-line-and-display

image-dired-next-line-and-display is an interactive and byte-compiled function defined in image-dired-dired.el.gz.

Signature

(image-dired-next-line-and-display)

Documentation

Move to next Dired line and display its thumbnail image.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired-dired.el.gz
(defun image-dired-next-line-and-display ()
  "Move to next Dired line and display its thumbnail image."
  (interactive nil dired-mode)
  (dired-next-line 1)
  (image-dired-display-thumbs t image-dired-dired-append-when-browsing t)
  (if image-dired-dired-disp-props
      (image-dired-dired-display-properties)))