summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-03-25 18:19:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-03-25 18:19:52 -0700
commit124ea7763a64719a8d461217d25b7ac5b1cefd18 (patch)
tree342df7ed54d6e35294ef2f4ef80734017cbae84f /lisp/xt-mouse.el
parent58c86059c60bc27e9eadba5735da5a40b47f6005 (diff)
downloademacs-124ea7763a64719a8d461217d25b7ac5b1cefd18.tar.gz
Spelling fixes
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 344333a9408..f8ae73c7b75 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -155,9 +155,9 @@ The optional arguments PROMPT and SECONDS work like in
;; In default mode, each numeric parameter of XTerm's mouse report is
;; a single char, possibly encoded as utf-8. The actual numeric
;; parameter then is obtained by subtracting 32 from the character
-;; code. In extendend mode the parameters are returned as decimal
-;; string delemited either by semicolons or for the last parameter by
-;; one of the characters "m" or "M". If the last character is a "m",
+;; code. In extended mode the parameters are returned as decimal
+;; string delimited either by semicolons or for the last parameter by
+;; one of the characters "m" or "M". If the last character is a "m",
;; then the mouse event was a button release, else it was a button
;; press or a mouse motion. Return value is a cons cell with
;; (NEXT-NUMERIC-PARAMETER . LAST-CHAR)
@@ -176,7 +176,7 @@ The optional arguments PROMPT and SECONDS work like in
;; <EVENT-CODE> <X> <Y> in default mode, and
;; <EVENT-CODE> ";" <X> ";" <Y> <"M" or "m"> in extended mode.
;; The macro read-number-from-terminal takes care of reading
-;; the response parameters appropriatly. The EVENT-CODE differs
+;; the response parameters appropriately. The EVENT-CODE differs
;; slightly between default and extended mode.
;; Return a list (EVENT-TYPE-SYMBOL X Y).
(defun xterm-mouse--read-event-sequence (&optional extension)