Function: image-dired-previous-line

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

Signature

(image-dired-previous-line)

Documentation

Move to previous line in the thumbnail buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired-previous-line ()
  "Move to previous line in the thumbnail buffer."
  (interactive nil image-dired-thumbnail-mode)
  (image-dired--movement-command-line 'reverse))