mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* frames.texi (Mouse Commands): Fix description of the effect of mouse dragging.
Fixes: debbugs:13049
This commit is contained in:
parent
6e55f03e36
commit
1b947faa1d
@ -1,3 +1,8 @@
|
||||
2012-12-21 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* frames.texi (Mouse Commands): Fix description of the effect of
|
||||
mouse dragging (Bug#13049).
|
||||
|
||||
2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
|
||||
|
||||
* killing.texi (Deletion): Doc fix (Bug#12748).
|
||||
|
@ -77,8 +77,8 @@ for doing so on MS-DOS).
|
||||
Move point to where you click (@code{mouse-set-point}).
|
||||
|
||||
@item Drag-Mouse-1
|
||||
Activate the region around the text selected by dragging, and copy it
|
||||
to the kill ring (@code{mouse-set-region}).
|
||||
Activate the region around the text selected by dragging, and put the
|
||||
text in the primary selection (@code{mouse-set-region}).
|
||||
|
||||
@item Mouse-2
|
||||
Move point to where you click, and insert the contents of the primary
|
||||
|
Loading…
Reference in New Issue
Block a user