diff options
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index cdadf08a894..afdbd82457b 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -356,6 +356,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 356 | (const :tag "Iconify" t)) | 356 | (const :tag "Iconify" t)) |
| 357 | "26.1") | 357 | "26.1") |
| 358 | (tooltip-reuse-hidden-frame tooltip boolean "26.1") | 358 | (tooltip-reuse-hidden-frame tooltip boolean "26.1") |
| 359 | (use-system-tooltips tooltip boolean "29.1") | ||
| 359 | ;; fringe.c | 360 | ;; fringe.c |
| 360 | (overflow-newline-into-fringe fringe boolean) | 361 | (overflow-newline-into-fringe fringe boolean) |
| 361 | ;; image.c | 362 | ;; image.c |
| @@ -369,7 +370,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 369 | (auto-save-timeout auto-save (choice (const :tag "off" nil) | 370 | (auto-save-timeout auto-save (choice (const :tag "off" nil) |
| 370 | (integer :format "%v"))) | 371 | (integer :format "%v"))) |
| 371 | (echo-keystrokes minibuffer number) | 372 | (echo-keystrokes minibuffer number) |
| 372 | (polling-period keyboard integer) | 373 | (polling-period keyboard float) |
| 373 | (double-click-time mouse (restricted-sexp | 374 | (double-click-time mouse (restricted-sexp |
| 374 | :match-alternatives (integerp 'nil 't))) | 375 | :match-alternatives (integerp 'nil 't))) |
| 375 | (double-click-fuzz mouse integer "22.1") | 376 | (double-click-fuzz mouse integer "22.1") |