Fix bug #11958 with description of mouse-2 in the Emacs manual.
doc/emacs/frames.texi (Mouse Commands): Fix the description of mouse-2.
This commit is contained in:
parent
2c73e345cc
commit
3dfa7993b0
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue