# HG changeset patch # User Andreas Schwab # Date 1007482368 0 # Node ID 42c496dc0b7d8d34081c41e72eb69d38260590af # Parent d66dd6bce30c4406f2a00a54342d972ce0e4dbf2 (turn-off-xterm-mouse-tracking): Doc fix. diff -r d66dd6bce30c -r 42c496dc0b7d lisp/xt-mouse.el --- a/lisp/xt-mouse.el Tue Dec 04 07:12:56 2001 +0000 +++ b/lisp/xt-mouse.el Tue Dec 04 16:12:48 2001 +0000 @@ -192,7 +192,7 @@ (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")))