emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 124ea77: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 124ea77: Spelling fixes
Date: Thu, 26 Mar 2015 01:19:56 +0000

branch: master
commit 124ea7763a64719a8d461217d25b7ac5b1cefd18
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/window.el   |    4 ++--
 lisp/xt-mouse.el |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/window.el b/lisp/window.el
index 94fe521..46a7dd0 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -8080,13 +8080,13 @@ the given windows."
 (defun window-adjust-process-window-size-smallest (process windows)
   "Adjust the process window size of PROCESS.
 WINDOWS is a list of windows associated with PROCESS.  Choose the
-smallest area availabe for displaying PROCESS's output."
+smallest area available for displaying PROCESS's output."
   (window-adjust-process-window-size #'min process windows))
 
 (defun window-adjust-process-window-size-largest (process windows)
   "Adjust the process window size of PROCESS.
 WINDOWS is a list of windows associated with PROCESS.  Choose the
-largest area availabe for displaying PROCESS's output."
+largest area available for displaying PROCESS's output."
   (window-adjust-process-window-size #'max process windows))
 
 (defun window--process-window-list ()
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 344333a..f8ae73c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]