]> code.delx.au - gnu-emacs/blobdiff - lisp/xt-mouse.el
*** empty log message ***
[gnu-emacs] / lisp / xt-mouse.el
index 061830fa5c673ad1046b3fabe0ca67f94ff2ad72..b03539532c3596a8e1dee85457ddbda6de21be2e 100644 (file)
@@ -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")))