From 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 14 Sep 2021 08:43:18 +0200 Subject: ; Minor stylistic fixes found by checkdoc --- lisp/xt-mouse.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/xt-mouse.el') diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 72faff81015..e4e91aa8928 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -27,7 +27,7 @@ ;; This is actually useful when you are running X11 locally, but is ;; working on remote machine over a modem line or through a gateway. -;; It works by translating xterm escape codes into generic emacs mouse +;; It works by translating xterm escape codes into generic Emacs mouse ;; events so it should work with any package that uses the mouse. ;; You don't have to turn off xterm mode to use the normal xterm mouse @@ -376,11 +376,11 @@ given escape sequence takes precedence over the former." "\e[?1000h\e[?1003h\e[?1005h\e[?1006h" "Control sequence to enable xterm mouse tracking. Enables basic mouse tracking, mouse motion events and finally -extended tracking on terminals that support it. The following +extended tracking on terminals that support it. The following escape sequences are understood by modern xterms: \"\\e[?1000h\" \"Basic mouse mode\": Enables reports for mouse - clicks. There is a limit to the maximum row/column + clicks. There is a limit to the maximum row/column position (<= 223), which can be reported in this basic mode. @@ -389,7 +389,7 @@ escape sequences are understood by modern xterms: \"\\e[?1005h\" \"UTF-8 coordinate extension\": Enables an extension to the basic mouse mode, which uses UTF-8 - characters to overcome the 223 row/column limit. This + characters to overcome the 223 row/column limit. This extension may conflict with non UTF-8 applications or non UTF-8 locales. -- cgit v1.2.3