From 28e0c410c972ad8db9bf8a5d32f64921108104d7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 21 Sep 2017 11:29:11 +0300 Subject: [PATCH] ; * 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 4a4fe52c872..169d2632f4f 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 () -- 2.39.5