diff options
| author | Stefan Kangas | 2020-05-19 02:22:02 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-05-19 02:22:45 +0200 |
| commit | 06fe322c8d7123edea0759a7aa12051f4e676376 (patch) | |
| tree | d98ff42096d5c0e2a8e77a0cd1a2d543ac942159 | |
| parent | b1cd1f0b5aaf8030a7a4c6111cc8b18645f294e2 (diff) | |
| download | emacs-06fe322c8d7123edea0759a7aa12051f4e676376.tar.gz emacs-06fe322c8d7123edea0759a7aa12051f4e676376.zip | |
Clarify wording in my last commit
* lisp/mouse.el (mouse-drag-and-drop-region-show-tooltip): Clarify
wording of integer option. Suggested by Eli Zaretskii.
| -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 |