summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-12-04 16:13:04 +0000
committerAndreas Schwab <schwab@suse.de>2001-12-04 16:13:04 +0000
commit90e742e08f1c0a63a2c886d22afeff6e5578e9c2 (patch)
treede53d9dad9f76626fc67029836304c31f6921861 /lisp/xt-mouse.el
parent52c9b141f49b3b77432b1b3e35f1016984974077 (diff)
downloademacs-90e742e08f1c0a63a2c886d22afeff6e5578e9c2.tar.gz
(turn-off-xterm-mouse-tracking): Doc fix.
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")))