diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 2 |
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 @@ | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click' | ||
| 4 | (bug#16376). | ||
| 5 | |||
| 1 | 2014-02-07 Glenn Morris <rgm@gnu.org> | 6 | 2014-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 | |||
| 136 | selection (@code{mouse-yank-primary}). @xref{Primary Selection}. | 136 | selection (@code{mouse-yank-primary}). @xref{Primary Selection}. |
| 137 | This behavior is consistent with other X applications. Alternatively, | 137 | This behavior is consistent with other X applications. Alternatively, |
| 138 | you can rebind @kbd{Mouse-2} to @code{mouse-yank-at-click}, which | 138 | you can rebind @kbd{Mouse-2} to @code{mouse-yank-at-click}, which |
| 139 | performs a yank at point. | 139 | performs 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 |