]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Oct 2015 03:26:21 +0000 (20:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Oct 2015 03:26:49 +0000 (20:26 -0700)
lib-src/ChangeLog.1
lisp/ChangeLog.5
src/ChangeLog.3

index 0bb24c375e773b6b7df70e7c0343cabc735e00fa..5b4154040dac4734679a6c51d015e8c75a153c79 100644 (file)
        * 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.
index 85f8fc161b650c93de69aac09292ffcbd6b040b5..6103eaff41658728f0070e7c67512d8d136cb3be 100644 (file)
        * 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  (erik@naggum.no)
 
index d7c0a2f2b3c4115ec21f36e4dc482f510b150fbf..5e99a2764aa96a209714fb925323884cb44c15a3 100644 (file)
        * 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.