diff options
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 2c7268bdffb..c5f73c9cce2 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -118,7 +118,7 @@ | |||
| 118 | (auto-save-interval auto-save integer) | 118 | (auto-save-interval auto-save integer) |
| 119 | (auto-save-timeout auto-save (choice (const :tag "off" nil) | 119 | (auto-save-timeout auto-save (choice (const :tag "off" nil) |
| 120 | (integer :format "%v"))) | 120 | (integer :format "%v"))) |
| 121 | (echo-keystrokes minibuffer integer) | 121 | (echo-keystrokes minibuffer number) |
| 122 | (polling-period keyboard integer) | 122 | (polling-period keyboard integer) |
| 123 | (double-click-time mouse (restricted-sexp | 123 | (double-click-time mouse (restricted-sexp |
| 124 | :match-alternatives (integerp 'nil 't))) | 124 | :match-alternatives (integerp 'nil 't))) |