1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(echo-keystrokes): Fix customize type.

This commit is contained in:
Karl Heuer 1997-10-02 02:57:01 +00:00
parent 0985a768b0
commit 218d6445e5

View File

@ -113,7 +113,7 @@
(auto-save-interval auto-save integer)
(auto-save-timeout auto-save (choice (const :tag "off" nil)
(integer :format "%v")))
(echo-keystrokes minibuffer boolean)
(echo-keystrokes minibuffer integer)
(polling-period keyboard integer)
(double-click-time mouse (restricted-sexp
:match-alternatives (integerp 'nil 't)))