Function: image-dired-display-thumb
image-dired-display-thumb is an autoloaded, interactive and
byte-compiled function defined in image-dired.el.gz.
Signature
(image-dired-display-thumb)
Documentation
Shorthand for image-dired-display-thumbs with prefix argument.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
;;;###autoload
(defun image-dired-display-thumb ()
"Shorthand for `image-dired-display-thumbs' with prefix argument."
(interactive)
(image-dired-display-thumbs t nil t))