summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-09-21 11:29:11 +0300
committerEli Zaretskii <eliz@gnu.org>2017-09-21 11:29:11 +0300
commit28e0c410c972ad8db9bf8a5d32f64921108104d7 (patch)
treefcaf1b0f083c77cb89bd4bd28e00010d9d95eb8d /lisp/mouse.el
parent31e1d9ef2f70937cd0f93f67399620201ded300b (diff)
downloademacs-28e0c410c972ad8db9bf8a5d32f64921108104d7.tar.gz
; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
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 ()