From: Eli Zaretskii Date: Thu, 21 Sep 2017 08:29:11 +0000 (+0300) Subject: ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix. X-Git-Tag: emacs-26.0.90~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28e0c410c9;p=emacs.git ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix. --- 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 ()