From 90e742e08f1c0a63a2c886d22afeff6e5578e9c2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 4 Dec 2001 16:13:04 +0000 Subject: [PATCH] (turn-off-xterm-mouse-tracking): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/xt-mouse.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"))) -- 2.39.2