emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 06fe322: Clarify wording in my last commit


From: Stefan Kangas
Subject: master 06fe322: Clarify wording in my last commit
Date: Mon, 18 May 2020 20:24:06 -0400 (EDT)

branch: master
commit 06fe322c8d7123edea0759a7aa12051f4e676376
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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 f045e5b..640f10a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]