mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Make echo-keystrokes `number'.
This commit is contained in:
parent
2dc95ddd63
commit
ac1b1728b5
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@
|
|||
(auto-save-interval auto-save integer)
|
||||
(auto-save-timeout auto-save (choice (const :tag "off" nil)
|
||||
(integer :format "%v")))
|
||||
(echo-keystrokes minibuffer integer)
|
||||
(echo-keystrokes minibuffer number)
|
||||
(polling-period keyboard integer)
|
||||
(double-click-time mouse (restricted-sexp
|
||||
:match-alternatives (integerp 'nil 't)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue