changeset 41814:42c496dc0b7d

(turn-off-xterm-mouse-tracking): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Tue, 04 Dec 2001 16:12:48 +0000
parents d66dd6bce30c
children c588dff7880f
files lisp/xt-mouse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")))