diff options
| author | Chong Yidong | 2007-01-29 18:31:24 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-29 18:31:24 +0000 |
| commit | cb224555e0ab88356d967c8b801ba3d4008df332 (patch) | |
| tree | d147dfdf0e0a1ca6c51199f6ded64a29f45bf59d | |
| parent | d5168ab9fcf0a1f5641963312515789b9ecd2712 (diff) | |
| download | emacs-cb224555e0ab88356d967c8b801ba3d4008df332.tar.gz emacs-cb224555e0ab88356d967c8b801ba3d4008df332.zip | |
(Secondary Selection): Window clicked does not matter when
mouse-yank-at-point is non-nil.
| -rw-r--r-- | man/frames.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi index d315a61aedb..965ccb0a7b0 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -307,9 +307,9 @@ yanked text. | |||
| 307 | Double or triple clicking of @kbd{M-Mouse-1} operates on words and | 307 | Double or triple clicking of @kbd{M-Mouse-1} operates on words and |
| 308 | lines, much like @kbd{Mouse-1}. | 308 | lines, much like @kbd{Mouse-1}. |
| 309 | 309 | ||
| 310 | If @code{mouse-yank-at-point} is non-@code{nil}, @kbd{M-Mouse-2} | 310 | If @code{mouse-yank-at-point} is non-@code{nil}, @kbd{M-Mouse-2} yanks |
| 311 | yanks at point. Then it does not matter precisely where you click; all | 311 | at point. Then it does not matter precisely where you click, or even |
| 312 | that matters is which window you click on. @xref{Mouse Commands}. | 312 | which of the frame's windows you click on. @xref{Mouse Commands}. |
| 313 | 313 | ||
| 314 | @node Clipboard | 314 | @node Clipboard |
| 315 | @subsection Using the Clipboard | 315 | @subsection Using the Clipboard |