diff options
| -rw-r--r-- | lisp/mouse.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 28f3ca2ba10..5df91d9cbef 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -912,7 +912,8 @@ The text is saved in the kill ring, as with \\[kill-region]." | |||
| 912 | 912 | ||
| 913 | (defun mouse-yank-at-click (click arg) | 913 | (defun mouse-yank-at-click (click arg) |
| 914 | "Insert the last stretch of killed text at the position clicked on. | 914 | "Insert the last stretch of killed text at the position clicked on. |
| 915 | Also move point to one end of the text thus inserted (normally the end). | 915 | Also move point to one end of the text thus inserted (normally the end), |
| 916 | and set mark at the beginning.. | ||
| 916 | Prefix arguments are interpreted as with \\[yank]. | 917 | Prefix arguments are interpreted as with \\[yank]. |
| 917 | If `mouse-yank-at-point' is non-nil, insert at point | 918 | If `mouse-yank-at-point' is non-nil, insert at point |
| 918 | regardless of where you click." | 919 | regardless of where you click." |