aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert2018-03-04 17:09:52 -0800
committerPaul Eggert2018-03-04 17:10:34 -0800
commitf2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch)
treed9b09901d78f54c54e910b61a5cbe6cdd0c70177 /ChangeLog.3
parentf0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff)
downloademacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz
emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip
; Spelling fixes
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.318
1 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 5b68559f430..ea4d71c63ae 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -4805,7 +4805,7 @@
4805 4805
48062017-10-11 Alan Third <alan@idiocy.org> 48062017-10-11 Alan Third <alan@idiocy.org>
4807 4807
4808 Make frame-list-z-order on NS match Windows behaviour (bug#28788) 4808 Make frame-list-z-order on NS match Windows behavior (bug#28788)
4809 4809
4810 * src/nsfns.m (Fns_frame_list_z_order): If terminal isn't a frame, 4810 * src/nsfns.m (Fns_frame_list_z_order): If terminal isn't a frame,
4811 ignore it rather than returning nil. 4811 ignore it rather than returning nil.
@@ -5932,7 +5932,7 @@
5932 5932
5933 Flymake uses some new fringe bitmaps 5933 Flymake uses some new fringe bitmaps
5934 5934
5935 Also fix behaviour whereby flymake wouldn't react to a change in the 5935 Also fix behavior whereby flymake wouldn't react to a change in the
5936 variable. 5936 variable.
5937 5937
5938 * lisp/progmodes/flymake-ui.el (flymake-error-bitmap) 5938 * lisp/progmodes/flymake-ui.el (flymake-error-bitmap)
@@ -6180,7 +6180,7 @@
6180 REPORT-FN's calling convention stipulates that a backend calls it with 6180 REPORT-FN's calling convention stipulates that a backend calls it with
6181 a list of diagnostics as argument, or, alternatively, with a symbol 6181 a list of diagnostics as argument, or, alternatively, with a symbol
6182 denoting an exceptional situation, usually some panic resulting from a 6182 denoting an exceptional situation, usually some panic resulting from a
6183 misconfigured backend. In keeping with legacy behaviour, 6183 misconfigured backend. In keeping with legacy behavior,
6184 flymake.el's response to a panic is to disable the issuing backend. 6184 flymake.el's response to a panic is to disable the issuing backend.
6185 6185
6186 The flymake--diag object representing a diagnostic now also keeps 6186 The flymake--diag object representing a diagnostic now also keeps
@@ -7918,7 +7918,7 @@
7918 7918
79192017-09-15 Michael Albinus <michael.albinus@gmx.de> 79192017-09-15 Michael Albinus <michael.albinus@gmx.de>
7920 7920
7921 Improve Tramp behaviour according to bug#27986 7921 Improve Tramp behavior according to bug#27986
7922 7922
7923 * lisp/net/tramp-adb.el (tramp-adb-handle-copy-file): 7923 * lisp/net/tramp-adb.el (tramp-adb-handle-copy-file):
7924 * lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory): 7924 * lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory):
@@ -8120,7 +8120,7 @@
8120 8120
8121 Add clarification to if-let* docstring 8121 Add clarification to if-let* docstring
8122 8122
8123 Also make its behaviour consistent with and-let* in that empty bindings 8123 Also make its behavior consistent with and-let* in that empty bindings
8124 results in success, not failure. 8124 results in success, not failure.
8125 * lisp/emacs-lisp/subr-x.el: Edit docstring, change else to then. 8125 * lisp/emacs-lisp/subr-x.el: Edit docstring, change else to then.
8126 8126
@@ -22797,7 +22797,7 @@
22797 (Type Descriptors): new section. 22797 (Type Descriptors): new section.
22798 * doc/lispref/elisp.texi: reference it. 22798 * doc/lispref/elisp.texi: reference it.
22799 * doc/lispref/records.texi (Records): reference it. Document 22799 * doc/lispref/records.texi (Records): reference it. Document
22800 behaviour when type slot is a record. 22800 behavior when type slot is a record.
22801 22801
22802 * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors. 22802 * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors.
22803 22803
@@ -23348,7 +23348,7 @@
23348 23348
23349 Now dired-mark-extension prepends '.' to extension when not present. 23349 Now dired-mark-extension prepends '.' to extension when not present.
23350 Add command dired-mark-suffix to preserve the previous 23350 Add command dired-mark-suffix to preserve the previous
23351 behaviour (Bug#25942). 23351 behavior (Bug#25942).
23352 * lisp/dired-x.el (dired-mark-suffix): New command; 23352 * lisp/dired-x.el (dired-mark-suffix): New command;
23353 mark files ending in a given suffix. 23353 mark files ending in a given suffix.
23354 (dired--mark-suffix-interactive-spec): New defun. 23354 (dired--mark-suffix-interactive-spec): New defun.
@@ -45072,7 +45072,7 @@
45072 Sync from gnulib 45072 Sync from gnulib
45073 45073
45074 This incorporates a spelling fix, plus: 45074 This incorporates a spelling fix, plus:
45075 2016-05-09 Fix undefined behaviour in gettext.h 45075 2016-05-09 Fix undefined behavior in gettext.h
45076 * lib/gettext.h, lib/mktime.c: 45076 * lib/gettext.h, lib/mktime.c:
45077 Copy from gnulib. 45077 Copy from gnulib.
45078 45078
@@ -54900,7 +54900,7 @@
54900 make check unconditional, check-maybe top-level. 54900 make check unconditional, check-maybe top-level.
54901 54901
54902 * Makefile.in: Add check-maybe target. 54902 * Makefile.in: Add check-maybe target.
54903 * test/Makefile.in: Restore unconditional behaviour to make check. 54903 * test/Makefile.in: Restore unconditional behavior to make check.
54904 54904
549052015-12-01 Phillip Lord <phillip.lord@russet.org.uk> 549052015-12-01 Phillip Lord <phillip.lord@russet.org.uk>
54906 54906