]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cus-start.el (polling-period): Update type.
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Jan 2022 21:44:56 +0000 (13:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Jan 2022 21:44:56 +0000 (13:44 -0800)
Flagged by test-custom-opts.

lisp/cus-start.el

index 7f639240f5170bde743c877e16e7f7c25563782a..afdbd82457b830b823e7af51db448503c054b12e 100644 (file)
@@ -370,7 +370,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (auto-save-timeout auto-save (choice (const :tag "off" nil)
                                                  (integer :format "%v")))
             (echo-keystrokes minibuffer number)
-            (polling-period keyboard integer)
+            (polling-period keyboard float)
             (double-click-time mouse (restricted-sexp
                                       :match-alternatives (integerp 'nil 't)))
             (double-click-fuzz mouse integer "22.1")