Function: image-dired--slideshow-show-message

image-dired--slideshow-show-message is a byte-compiled function defined in image-dired.el.gz.

Signature

(image-dired--slideshow-show-message &optional SUFFIX)

Documentation

Helper function for image-dired--slideshow-stop.

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired--slideshow-show-message (&optional suffix)
  "Helper function for `image-dired--slideshow-stop'."
  (message (substitute-command-keys
            (format
             (concat
              "\\[image-dired-display-next] next, "
              "\\[image-dired-display-previous] previous, "
              "\\[image-dired-display-this] pause/unpause, "
              "any other command to stop%s")
             (or suffix "")))))