aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-01-29 18:31:24 +0000
committerChong Yidong2007-01-29 18:31:24 +0000
commitcb224555e0ab88356d967c8b801ba3d4008df332 (patch)
treed147dfdf0e0a1ca6c51199f6ded64a29f45bf59d
parentd5168ab9fcf0a1f5641963312515789b9ecd2712 (diff)
downloademacs-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.texi6
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.
307Double or triple clicking of @kbd{M-Mouse-1} operates on words and 307Double or triple clicking of @kbd{M-Mouse-1} operates on words and
308lines, much like @kbd{Mouse-1}. 308lines, much like @kbd{Mouse-1}.
309 309
310If @code{mouse-yank-at-point} is non-@code{nil}, @kbd{M-Mouse-2} 310If @code{mouse-yank-at-point} is non-@code{nil}, @kbd{M-Mouse-2} yanks
311yanks at point. Then it does not matter precisely where you click; all 311at point. Then it does not matter precisely where you click, or even
312that matters is which window you click on. @xref{Mouse Commands}. 312which 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