summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-03 11:13:53 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-03 13:05:32 +0200
commit0cabf8bc363cdeace84523b251752c0aac32b31b (patch)
tree314c6c45d255ce573e1dc3477b7f480cf4dd63e3 /ChangeLog.3
parentd1f324766631ad15b1e893463e93000298f44480 (diff)
downloademacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.gz
; Fix typos
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.312
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 8b872a0726e..9ec19e91d7f 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -33355,9 +33355,9 @@
Fix the handling of font backend supersedence on MS-Windows
* src/w32font.c (syms_of_w32font): Don't make the Uniscribe
- font backend "superceded" here, ...
+ font backend "superseded" here, ...
* src/w32uniscribe.c (syms_of_w32uniscribe_for_pdumper):
- ... make it "superceded" here, only if the HarfBuzz DLL was
+ ... make it "superseded" here, only if the HarfBuzz DLL was
successfully loaded. This is because Emacs compiled with
HarfBuzz support might run on a system without the DLL.
* src/w32fns.c (Fx_create_frame, w32_create_tip_frame):
@@ -36933,7 +36933,7 @@
electric--sort-post-self-insertion-hook.
* lisp/emacs-lisp/syntax.el (syntax-propertize, syntax-ppss):
- Use new `depth` arg to make sure noone accidentally gets added
+ Use new `depth` arg to make sure no one accidentally gets added
after syntax-ppss-flush-cache.
* doc/lispref/modes.texi (Setting Hooks): Document new `depth` arg.
@@ -58138,7 +58138,7 @@
Use bignums when Emacs converts to and from system types like
off_t for file sizes whose values can exceed fixnum range.
- Formerly, Emacs sometimes generted floats and sometimes ad-hoc
+ Formerly, Emacs sometimes generated floats and sometimes ad-hoc
conses of integers. Emacs still accepts floats and conses for
these system types, in case some stray Lisp code is generating
them, though this usage is obsolescent.
@@ -133272,7 +133272,7 @@
(g_b_init_compare_string_w): Move declaration to file scope.
* src/w32heap.c (dumped_data_commit): Now static.
(FREEABLE_P): Avoid warnings about pointer comparison with integer.
- (mmap_realloc): Cast to 'char *' for arithmetics on void pointers.
+ (mmap_realloc): Cast to 'char *' for arithmetic on void pointers.
* src/w32console.c (ctrl_c_handler, sys_tputs, sys_tgetstr)
(evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear):
Provide prototypes.
@@ -144146,7 +144146,7 @@
Move package test files to new directory.
- * test/lisp/emacs-lisp/package-tests.el: Update resoruce file location.
+ * test/lisp/emacs-lisp/package-tests.el: Update resource file location.
* test/data/package: Moved to test/lisp/emacs-lisp/package-resources
2015-11-24 Phillip Lord <phillip.lord@russet.org.uk>