comparison lisp/mouse-sel.el @ 30691:eedb47bce69b

(mouse-sel-mode): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 08 Aug 2000 18:32:38 +0000
parents ba928fb691dc
children b174db545cfd
comparison
equal deleted inserted replaced
30690:e666b7ea99a9 30691:eedb47bce69b
201 Double-clicking on whitespace selects whitespace. 201 Double-clicking on whitespace selects whitespace.
202 Triple-clicking selects lines. 202 Triple-clicking selects lines.
203 Quad-clicking selects paragraphs. 203 Quad-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
206 the kill-ring. Because the mouse handlers set the primary selection 206 the kill-ring, nor do the kill-ring function change the X selection.
207 directly, mouse-sel sets the variables interprogram-cut-function 207 Because the mouse handlers set the primary selection directly,
208 and interprogram-paste-function to nil. 208 mouse-sel sets the variables interprogram-cut-function and
209 interprogram-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
211 the mouse position (or point, if mouse-yank-at-point is non-nil). 212 the mouse position (or point, if mouse-yank-at-point is non-nil).
212 213
213 - Pressing mouse-2 while selecting or extending copies selection 214 - Pressing mouse-2 while selecting or extending copies selection