]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 21 Sep 2017 08:29:11 +0000 (11:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 21 Sep 2017 08:29:11 +0000 (11:29 +0300)
lisp/mouse.el

index 4a4fe52c8722a4b1670e258f061dbd7bd4230fb1..169d2632f4f9640a79a76c7fc83c7c927ff0617a 100644 (file)
@@ -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 ()