diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /lisp/cus-start.el | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
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") |