diff options
| author | Stefan Kangas | 2022-07-13 13:00:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-13 13:04:22 +0200 |
| commit | ba0871bef1e7d321f1124a6ad20e9be158a976dd (patch) | |
| tree | f8e0ff481dbc96e0a2cbcd188d21728bced77849 /ChangeLog.2 | |
| parent | e3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff) | |
| download | emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.zip | |
; Fix typos: prefer American spelling
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 cf19abaa138..5a73d53b8bf 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -4040,7 +4040,7 @@ | |||
| 4040 | 4040 | ||
| 4041 | * lisp/progmodes/xref.el (xref--query-replace-1): | 4041 | * lisp/progmodes/xref.el (xref--query-replace-1): |
| 4042 | Say 'All results processed' at the end if the user hadn't | 4042 | Say 'All results processed' at the end if the user hadn't |
| 4043 | cancelled the process (bug#23284). | 4043 | canceled the process (bug#23284). |
| 4044 | 4044 | ||
| 4045 | 2016-05-07 Eli Zaretskii <eliz@gnu.org> | 4045 | 2016-05-07 Eli Zaretskii <eliz@gnu.org> |
| 4046 | 4046 | ||
| @@ -12542,7 +12542,7 @@ | |||
| 12542 | 12542 | ||
| 12543 | * lisp/erc/erc-backend.el (erc-server-setup-periodical-ping): Checks | 12543 | * lisp/erc/erc-backend.el (erc-server-setup-periodical-ping): Checks |
| 12544 | for existing timers in the alist before adding new ones. If a | 12544 | for existing timers in the alist before adding new ones. If a |
| 12545 | timer already exists, it is cancelled and | 12545 | timer already exists, it is canceled and |
| 12546 | overwritten. (bug#19292). | 12546 | overwritten. (bug#19292). |
| 12547 | 12547 | ||
| 12548 | 2015-12-27 Jens Lechtenboerger <jens.lechtenboerger@fsfe.org> | 12548 | 2015-12-27 Jens Lechtenboerger <jens.lechtenboerger@fsfe.org> |
| @@ -22108,7 +22108,7 @@ | |||
| 22108 | * src/gfilenotify.c (dir_monitor_callback): Cancel the monitor if | 22108 | * src/gfilenotify.c (dir_monitor_callback): Cancel the monitor if |
| 22109 | the file or directory to be watched is deleted. | 22109 | the file or directory to be watched is deleted. |
| 22110 | (Fgfile_add_watch): Make watch_object a triple. | 22110 | (Fgfile_add_watch): Make watch_object a triple. |
| 22111 | (Fgfile_rm_watch): Check, whether watch is cancelled already. | 22111 | (Fgfile_rm_watch): Check, whether watch is canceled already. |
| 22112 | (Fgfile_valid_p): New defun. | 22112 | (Fgfile_valid_p): New defun. |
| 22113 | (syms_of_gfilenotify): Declare Sgfile_valid_p. | 22113 | (syms_of_gfilenotify): Declare Sgfile_valid_p. |
| 22114 | 22114 | ||