[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111046: * frames.texi (Mouse Comm
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111046: * frames.texi (Mouse Commands): Fix description of the effect of mouse dragging. |
Date: |
Fri, 21 Dec 2012 11:04:38 +0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111046
fixes bug: http://debbugs.gnu.org/13049
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-12-21 11:04:38 +0800
message:
* frames.texi (Mouse Commands): Fix description of the effect of mouse
dragging.
modified:
doc/emacs/ChangeLog
doc/emacs/frames.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-12-08 03:25:28 +0000
+++ b/doc/emacs/ChangeLog 2012-12-21 03:04:38 +0000
@@ -1,3 +1,8 @@
+2012-12-21 Chong Yidong <address@hidden>
+
+ * frames.texi (Mouse Commands): Fix description of the effect of
+ mouse dragging (Bug#13049).
+
2012-12-08 Dani Moncayo <address@hidden>
* killing.texi (Deletion): Doc fix (Bug#12748).
=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi 2012-12-05 22:27:56 +0000
+++ b/doc/emacs/frames.texi 2012-12-21 03:04:38 +0000
@@ -77,8 +77,8 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111046: * frames.texi (Mouse Commands): Fix description of the effect of mouse dragging.,
Chong Yidong <=