Function: image-dired-slideshow-stop
image-dired-slideshow-stop is an interactive and byte-compiled
function defined in image-dired.el.gz.
Signature
(image-dired-slideshow-stop)
Documentation
Cancel slideshow.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-slideshow-stop ()
"Cancel slideshow."
(interactive)
(cancel-timer image-dired-slideshow-timer))