]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify wording in my last commit
authorStefan Kangas <stefankangas@gmail.com>
Tue, 19 May 2020 00:22:02 +0000 (02:22 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 19 May 2020 00:22:45 +0000 (02:22 +0200)
* lisp/mouse.el (mouse-drag-and-drop-region-show-tooltip): Clarify
wording of integer option.  Suggested by Eli Zaretskii.

lisp/mouse.el

index f045e5bdce245c52ccc453000d6bcb29661e6b4a..640f10af4e1a5605c6c1c6ea2ee5d45b8d013b77 100644 (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