diff options
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
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 () |