aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorStefan Kangas2022-07-13 13:00:31 +0200
committerStefan Kangas2022-07-13 13:04:22 +0200
commitba0871bef1e7d321f1124a6ad20e9be158a976dd (patch)
treef8e0ff481dbc96e0a2cbcd188d21728bced77849 /ChangeLog.2
parente3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff)
downloademacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz
emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.zip
; Fix typos: prefer American spelling
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.26
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
40452016-05-07 Eli Zaretskii <eliz@gnu.org> 40452016-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
125482015-12-27 Jens Lechtenboerger <jens.lechtenboerger@fsfe.org> 125482015-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