From: Stefan Kangas Date: Tue, 19 May 2020 00:22:02 +0000 (+0200) Subject: Clarify wording in my last commit X-Git-Tag: emacs-28.0.90~7322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06fe322c8d7123edea0759a7aa12051f4e676376;p=emacs.git 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. --- 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