mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
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.
This commit is contained in:
parent
b1cd1f0b5a
commit
06fe322c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -2580,7 +2580,7 @@ in a tooltip."
|
|||
:type '(choice
|
||||
(const :tag "Do not show tooltips" nil)
|
||||
(const :tag "Show all text" t)
|
||||
(integer :tag "Show characters (max)" 256))
|
||||
(integer :tag "Max number of characters to show" 256))
|
||||
:version "26.1")
|
||||
|
||||
(defcustom mouse-drag-and-drop-region-show-cursor t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue