Mercurial > emacs
changeset 30691:eedb47bce69b
(mouse-sel-mode): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 08 Aug 2000 18:32:38 +0000 |
parents | e666b7ea99a9 |
children | b2cc8b3e837e |
files | lisp/mouse-sel.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse-sel.el Tue Aug 08 18:32:20 2000 +0000 +++ b/lisp/mouse-sel.el Tue Aug 08 18:32:38 2000 +0000 @@ -203,9 +203,10 @@ Quad-clicking selects paragraphs. - Selecting sets the region & X primary selection, but does NOT affect -the kill-ring. Because the mouse handlers set the primary selection -directly, mouse-sel sets the variables interprogram-cut-function -and interprogram-paste-function to nil. +the kill-ring, nor do the kill-ring function change the X selection. +Because the mouse handlers set the primary selection directly, +mouse-sel sets the variables interprogram-cut-function and +interprogram-paste-function to nil. - Clicking mouse-2 inserts the contents of the primary selection at the mouse position (or point, if mouse-yank-at-point is non-nil).