summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 061830fa5c6..b03539532c3 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -192,7 +192,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands."
(send-string-to-terminal "\e[?1000h")))
(defun turn-off-xterm-mouse-tracking ()
- "Disable disable Emacs mouse tracking in xterm."
+ "Disable Emacs mouse tracking in xterm."
(if xterm-mouse-mode
(send-string-to-terminal "\e[?1000l")))