diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-09-21 11:29:11 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-09-21 11:29:11 +0300 |
commit | 28e0c410c972ad8db9bf8a5d32f64921108104d7 (patch) | |
tree | fcaf1b0f083c77cb89bd4bd28e00010d9d95eb8d /lisp/mouse.el | |
parent | 31e1d9ef2f70937cd0f93f67399620201ded300b (diff) | |
download | emacs-28e0c410c972ad8db9bf8a5d32f64921108104d7.tar.gz |
; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
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 () |