aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5430883abd0..b5038ae0948 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12012-07-21 Eli Zaretskii <eliz@gnu.org>
2
3 * frames.texi (Mouse Commands): Fix the description of mouse-2.
4 (Bug#11958)
5
12012-07-19 Chong Yidong <cyd@gnu.org> 62012-07-19 Chong Yidong <cyd@gnu.org>
2 7
3 * emacs.texi: Update ISBN. 8 * emacs.texi: Update ISBN.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index cf276c44d0f..a1c13d6a57b 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -81,8 +81,8 @@ Activate the region around the text selected by dragging, and copy it
81to the kill ring (@code{mouse-set-region}). 81to the kill ring (@code{mouse-set-region}).
82 82
83@item Mouse-2 83@item Mouse-2
84Yank the last killed text at the click position 84Move point to where you click, and insert the contents of the primary
85(@code{mouse-yank-at-click}). 85selection there (@code{mouse-yank-primary}).
86 86
87@item Mouse-3 87@item Mouse-3
88If the region is active, move the nearer end of the region to the 88If the region is active, move the nearer end of the region to the