aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-07 18:41:20 -0800
committerLars Ingebrigtsen2014-02-07 18:41:20 -0800
commit20bc9ac5eb9930d32902ef5865653d54789e564e (patch)
tree250a938bcb4ac678a96da74ce77736c5a252db95
parent7e088b295918674ab935cf416c5cf987da8d4a24 (diff)
downloademacs-20bc9ac5eb9930d32902ef5865653d54789e564e.tar.gz
emacs-20bc9ac5eb9930d32902ef5865653d54789e564e.zip
* frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'.
Fixes: debbugs:16376
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 1a884452dbe..eed94529ad4 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'
4 (bug#16376).
5
12014-02-07 Glenn Morris <rgm@gnu.org> 62014-02-07 Glenn Morris <rgm@gnu.org>
2 7
3 * display.texi (Highlight Interactively): 8 * display.texi (Highlight Interactively):
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index b56068b6598..b9925e57f4a 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -136,7 +136,7 @@ the position where you clicked and inserts the contents of the primary
136selection (@code{mouse-yank-primary}). @xref{Primary Selection}. 136selection (@code{mouse-yank-primary}). @xref{Primary Selection}.
137This behavior is consistent with other X applications. Alternatively, 137This behavior is consistent with other X applications. Alternatively,
138you can rebind @kbd{Mouse-2} to @code{mouse-yank-at-click}, which 138you can rebind @kbd{Mouse-2} to @code{mouse-yank-at-click}, which
139performs a yank at point. 139performs a yank at the position you click.
140 140
141@vindex mouse-yank-at-point 141@vindex mouse-yank-at-point
142 If you change the variable @code{mouse-yank-at-point} to a 142 If you change the variable @code{mouse-yank-at-point} to a