From: Andreas Schwab Date: Tue, 4 Dec 2001 16:13:04 +0000 (+0000) Subject: (turn-off-xterm-mouse-tracking): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90e742e08f1c0a63a2c886d22afeff6e5578e9c2;p=emacs.git (turn-off-xterm-mouse-tracking): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18e396ac18f..8f4bccc8480 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-12-04 Andreas Schwab + + * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix. + 2001-12-04 Colin Walters * emacs-lisp/autoload.el (make-autoload): Also generate autoloads 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")))