diff options
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index e947e16d47f..123ce2ca154 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1592,7 +1592,7 @@ previous region was just saved to the kill ring). If this command is called a second consecutive time with the same CLICK position, kill the region (or delete it -if `mouse-drag-copy-region' is non-nil)" +if `mouse-drag-copy-region' is non-nil)." (interactive "e") (mouse-minibuffer-check click) (let* ((posn (event-start click)) |