emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 dd88499: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 dd88499: ; Spelling fixes
Date: Thu, 1 Mar 2018 21:34:39 -0500 (EST)

branch: emacs-26
commit dd88499e89ce61a5d3f173a5234e94f5a0e211fe
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 ChangeLog.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index f68ba58..d8c40b3 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -38136,7 +38136,7 @@
                                 ^
 
        * src/frame.c (x_set_frame_parameters): Drop width_changed and
-       height_changed variables in favour of storing that information in
+       height_changed variables in favor of storing that information in
        width and height variables.
 
 2016-09-12  Michal Nazarewicz  <address@hidden>
@@ -38193,7 +38193,7 @@
 
        Refactor common code in {upcase,downcase,capitalize}-word functions
 
-       * src/casefiddle.c (operate_on_word): Removed in favour of…
+       * src/casefiddle.c (operate_on_word): Removed in favor of…
        (casify_word) …new function which does what operate_on_word did plus
        what all of the common code from *-word functions.
        (upcase-word, downcase-word, capitalize-word): Move code common between
@@ -38418,9 +38418,9 @@
        alphabeticp.  Because both of those functions require Unicode general
        category lookup, this resulted in unnecessary lookups (if alphabeticp
        return false decimalp had to perform another lookup).  Drop decimalnump
-       in favour of alphanumericp which combines decimelnump with alphabeticp.
+       in favor of alphanumericp which combines decimelnump with alphabeticp.
 
-       * src/character.c (decimalnump): Remove in favour of…
+       * src/character.c (decimalnump): Remove in favor of…
        (alphanumericp): …new function.
 
        * src/regex.c (ISALNUM): Use alphanumericp.
@@ -43563,10 +43563,10 @@
 
 2016-06-08  Michal Nazarewicz  <address@hidden>
 
-       Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro
+       Remove ‘ert-with-function-mocked’ macro in favor of ‘cl-letf’ macro
 
        * lisp/emacs-lisp/ert-x.el (ert-with-function-mocked): Remove macro
-       in favour of ‘cl-letf’ macro which is more generic.  All existing
+       in favor of ‘cl-letf’ macro which is more generic.  All existing
        uses are migrated accordingly.  The macro has not been included in
        an official release yet so it should be fine to delete it.
 



reply via email to

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