diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-08 18:32:38 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-08 18:32:38 +0000 |
commit | 9eebe3113add1fc42d2b9e4f5f33c5f30d707928 (patch) | |
tree | c9124aa5240a455ae3ed776ec7b6b0f765b0d206 /lisp/mouse-sel.el | |
parent | eca1e29e883160e27cda53ba183b9deb2537308b (diff) | |
download | emacs-9eebe3113add1fc42d2b9e4f5f33c5f30d707928.tar.gz |
(mouse-sel-mode): Doc fix.
Diffstat (limited to 'lisp/mouse-sel.el')
-rw-r--r-- | lisp/mouse-sel.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 789eb3271f0..eed64d6c851 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -203,9 +203,10 @@ Triple-clicking selects lines. 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). |