emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 28e0c41: ; * lisp/mouse.el (secondary-selection-e


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 28e0c41: ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
Date: Thu, 21 Sep 2017 04:29:43 -0400 (EDT)

branch: emacs-26
commit 28e0c410c972ad8db9bf8a5d32f64921108104d7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
---
 lisp/mouse.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mouse.el b/lisp/mouse.el
index 4a4fe52..169d263 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1917,7 +1917,7 @@ CLICK position, kill the secondary selection."
         (gui-set-selection 'SECONDARY str))))
 
 (defun secondary-selection-exist-p ()
-  "Return non-nil if there is the secondary selection in current buffer."
+  "Return non-nil if the secondary selection exists in the current buffer."
   (memq mouse-secondary-overlay (overlays-in (point-min) (point-max))))
 
 (defun secondary-selection-to-region ()



reply via email to

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