]> git.eshelyaron.com Git - emacs.git/commitdiff
(turn-off-xterm-mouse-tracking): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Tue, 4 Dec 2001 16:13:04 +0000 (16:13 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 4 Dec 2001 16:13:04 +0000 (16:13 +0000)
lisp/ChangeLog
lisp/xt-mouse.el

index 18e396ac18f887b4dd517b013877ad635d8a7c65..8f4bccc8480c0ca3706811150040606cc4cadc9a 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-04  Andreas Schwab  <schwab@suse.de>
+
+       * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
+
 2001-12-04  Colin Walters  <walters@debian.org>
        
        * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
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")))