aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse-sel.el7
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.
203Quad-clicking selects paragraphs. 203Quad-clicking selects paragraphs.
204 204
205- Selecting sets the region & X primary selection, but does NOT affect 205- Selecting sets the region & X primary selection, but does NOT affect
206the kill-ring. Because the mouse handlers set the primary selection 206the kill-ring, nor do the kill-ring function change the X selection.
207directly, mouse-sel sets the variables interprogram-cut-function 207Because the mouse handlers set the primary selection directly,
208and interprogram-paste-function to nil. 208mouse-sel sets the variables interprogram-cut-function and
209interprogram-paste-function to nil.
209 210
210- Clicking mouse-2 inserts the contents of the primary selection at 211- Clicking mouse-2 inserts the contents of the primary selection at
211the mouse position (or point, if mouse-yank-at-point is non-nil). 212the mouse position (or point, if mouse-yank-at-point is non-nil).