emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cd42860 2/2: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master cd42860 2/2: Spelling fixes
Date: Thu, 22 Oct 2015 03:26:54 +0000

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

    Spelling fixes
---
 lib-src/ChangeLog.1 |    2 +-
 lisp/ChangeLog.5    |    2 +-
 src/ChangeLog.3     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 0bb24c3..5b41540 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -456,7 +456,7 @@
        * update-game-score.c: Include inttypes.h, stdbool.h.
        (min): New macro, if not already defined.
        (MAX_SCORES, main): Limit the maximum number of scores only from
-       limits imposed by the underyling platform, instead of the
+       limits imposed by the underlying platform, instead of the
        arbitrary value 200.
        (struct score_entry, main, read_score, write_score):
        Scores are now intmax_t, not long.
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index 85f8fc1..6103eaf 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -8261,7 +8261,7 @@
        * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail.
 
        * compile.el (compilation-next-error-locus): Don't call
-       compilation-forget-errors if compilation is still runing.
+       compilation-forget-errors if compilation is still running.
 
 1994-07-11  Erik Naggum  (address@hidden)
 
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index d7c0a2f..5e99a27 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -1642,7 +1642,7 @@
        * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
        and malloc.
        * search.c: Since the regexp routines can malloc, BLOCK_INPUT
-       while runing them.  #include blockinput.h.
+       while running them.  #include blockinput.h.
        * sysdep.c: #include blockinput.h.  Call xfree and xmalloc instead
        of free and malloc.  BLOCK_INPUT around routines which we know
        will call malloc.



reply via email to

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