summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2025-01-23 03:13:01 +0100
committerStefan Kangas <stefankangas@gmail.com>2025-01-23 03:14:37 +0100
commitcda78edc7d9194181bcda1790f29cb7cf3ceb0b9 (patch)
tree389233e91d4734810d553bc48c57d9d107afe2a9 /ChangeLog.3
parentce50a1d3c18bcf0e5f51f4ed49f292f7be31010d (diff)
; Fix typos
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.38
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 067a60cdb0a..8fcec8da85b 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -47356,7 +47356,7 @@
possible bug.
* lisp/progmodes/flymake.el (flymake--mode-line-counter): Must
- explicily create a new string unpropertized string
+ explicitly create a new string unpropertized string
2020-12-31 João Távora <joaotavora@gmail.com>
@@ -160589,7 +160589,7 @@
to be replaced with an appropriate character reference. Make
‘sgml-quote’ do that.
- While at it, fix entiteis not being unquoted if they lack closing
+ While at it, fix entities not being unquoted if they lack closing
semicolon (e.g. ‘&amp’) occurring at the very end of a region.
Even though unlikely, make ‘sgml-quote’ handle this scenario.
@@ -186569,7 +186569,7 @@
Delete a Flymake obsolete alias that can't possibly work
The function `flymake-ler-make-ler' can't possibly work as an backward
- compatible interface to existing extensinos (even purely hypothetical
+ compatible interface to existing extensions (even purely hypothetical
ones, since none are known). This is because every diagnostic
considered by Flymake has to passed to a report-fn function.
@@ -223234,7 +223234,7 @@
called any longer.
Furthermore, when newline has whitespace syntax, ‘\s-$’ regular
- expression ends up matching empty lins since ‘\s-’ matches newline
+ expression ends up matching empty lines since ‘\s-’ matches newline
characetr of proceeding line. This leads to needless loop iterations.
Since previous change to ‘delete-trailing-whitespace’ already introduced