; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
This commit is contained in:
parent
31e1d9ef2f
commit
28e0c410c9
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue