From 06fe322c8d7123edea0759a7aa12051f4e676376 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 19 May 2020 02:22:02 +0200 Subject: [PATCH] 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. --- lisp/mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :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 -- 2.39.5