# HG changeset patch # User Gerd Moellmann # Date 965759558 0 # Node ID eedb47bce69b2f1815eb5af1484a0086b095e79e # Parent e666b7ea99a9d3cda5149829c50d3937cde36fc3 (mouse-sel-mode): Doc fix. diff -r e666b7ea99a9 -r eedb47bce69b lisp/mouse-sel.el --- 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).