diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-07-21 12:48:11 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-07-21 12:48:11 +0300 |
commit | 3dfa7993b098a3438ba2451ebd4c97eff18dd49c (patch) | |
tree | 293e79c6161cf2225a12a2d3184890b1b08cdf47 /doc | |
parent | 2c73e345cc666982dbcb9d73e4fdd5a3348d19bc (diff) | |
download | emacs-3dfa7993b098a3438ba2451ebd4c97eff18dd49c.tar.gz |
Fix bug #11958 with description of mouse-2 in the Emacs manual.
doc/emacs/frames.texi (Mouse Commands): Fix the description of mouse-2.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/frames.texi | 4 |
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 @@ +2012-07-21 Eli Zaretskii <eliz@gnu.org> + + * frames.texi (Mouse Commands): Fix the description of mouse-2. + (Bug#11958) + 2012-07-19 Chong Yidong <cyd@gnu.org> * 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 to the kill ring (@code{mouse-set-region}). @item Mouse-2 -Yank the last killed text at the click position -(@code{mouse-yank-at-click}). +Move point to where you click, and insert the contents of the primary +selection there (@code{mouse-yank-primary}). @item Mouse-3 If the region is active, move the nearer end of the region to the |