1
Fork 0
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:
Stefan Kangas 2020-05-19 02:22:02 +02:00
parent b1cd1f0b5a
commit 06fe322c8d

View file

@ -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