diff options
| -rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index f045e5bdce2..640f10af4e1 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -2580,7 +2580,7 @@ in a tooltip." | |||
| 2580 | :type '(choice | 2580 | :type '(choice |
| 2581 | (const :tag "Do not show tooltips" nil) | 2581 | (const :tag "Do not show tooltips" nil) |
| 2582 | (const :tag "Show all text" t) | 2582 | (const :tag "Show all text" t) |
| 2583 | (integer :tag "Show characters (max)" 256)) | 2583 | (integer :tag "Max number of characters to show" 256)) |
| 2584 | :version "26.1") | 2584 | :version "26.1") |
| 2585 | 2585 | ||
| 2586 | (defcustom mouse-drag-and-drop-region-show-cursor t | 2586 | (defcustom mouse-drag-and-drop-region-show-cursor t |