diff options
Diffstat (limited to 'lisp')
| -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 efa46c37bda..ef8366b55fd 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | (auto-save-interval auto-save integer) | 113 | (auto-save-interval auto-save integer) |
| 114 | (auto-save-timeout auto-save (choice (const :tag "off" nil) | 114 | (auto-save-timeout auto-save (choice (const :tag "off" nil) |
| 115 | (integer :format "%v"))) | 115 | (integer :format "%v"))) |
| 116 | (echo-keystrokes minibuffer boolean) | 116 | (echo-keystrokes minibuffer integer) |
| 117 | (polling-period keyboard integer) | 117 | (polling-period keyboard integer) |
| 118 | (double-click-time mouse (restricted-sexp | 118 | (double-click-time mouse (restricted-sexp |
| 119 | :match-alternatives (integerp 'nil 't))) | 119 | :match-alternatives (integerp 'nil 't))) |