From 2519c5773c053068622a5e0d2ca191f61a418f1c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 21 Jan 2022 13:44:56 -0800 Subject: [PATCH] * lisp/cus-start.el (polling-period): Update type. Flagged by test-custom-opts. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 7f639240f51..afdbd82457b 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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") -- 2.39.5