diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:43 -0700 |
commit | 9d31a970927aae027155778a2ec2782c52ff63c6 (patch) | |
tree | cc3cd4058ef398900fdea8eedb786b587ab4ae2d /ChangeLog.2 | |
parent | 460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff) | |
download | emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz |
; Spelling fixes
Diffstat (limited to 'ChangeLog.2')
-rw-r--r-- | ChangeLog.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index a412d3b5f2d..cab30d82a59 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -7523,11 +7523,11 @@ 2016-02-23 Jan Tatarik <jan.tatarik@gmail.com> - Don't bug out on localised dates in gnus-icalendar + Don't bug out on localized dates in gnus-icalendar * lisp/gnus/gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Don't bug out on - localised dates. + localized dates. 2016-02-23 Drew Adams <drew.adams@oracle.com> @@ -26654,7 +26654,7 @@ Introduce new macros to cover Emacs's new names in cl-lib.el This also eliminates `mapcan' warnings in XEmacs. * lisp/progmodes/cc-defs.el (c--mapcan-status): New variable to - characterise [X]Emacs versions. + characterize [X]Emacs versions. (top-level): Require either 'cl or 'cl-lib, depending on c--mapcan-status. Change this back to cc-external-require from an eval-when-compile |