1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix :type of some user options

* lisp/which-key.el:
* lisp/progmodes/python.el:
* lisp/play/animate.el:
* lisp/pixel-scroll.el:
* lisp/image/image-dired.el:
* lisp/htmlfontify.el: Change :type of user options from 'float'
to 'number' where integer values make sense.  (Bug#73098)
This commit is contained in:
Eli Zaretskii 2024-09-08 19:17:48 +03:00
parent 8081c08ff1
commit 4073c62437
6 changed files with 16 additions and 16 deletions

View file

@ -1078,7 +1078,7 @@ Resized or in full-size."
(defcustom image-dired-slideshow-delay 5.0
"Seconds to wait before showing the next image in a slideshow.
This is used by `image-dired-slideshow-start'."
:type 'float
:type 'number
:version "29.1")
(define-obsolete-variable-alias 'image-dired-slideshow-timer