; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.

This commit is contained in:
Eli Zaretskii 2017-09-21 11:29:11 +03:00
parent 31e1d9ef2f
commit 28e0c410c9

View file

@ -1917,7 +1917,7 @@ CLICK position, kill the secondary selection."
(gui-set-selection 'SECONDARY str)))) (gui-set-selection 'SECONDARY str))))
(defun secondary-selection-exist-p () (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)))) (memq mouse-secondary-overlay (overlays-in (point-min) (point-max))))
(defun secondary-selection-to-region () (defun secondary-selection-to-region ()