summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-26 10:43:57 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-31 12:43:32 +0100
commit9292f595a71870eec1ffdfd187b859cc990c2f0b (patch)
tree1068180db18bc10359ed9e18dd7616ce6072923e /ChangeLog.3
parent43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff)
downloademacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz
; Fix typos
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.320
1 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index bff2f7a66d9..6085daa791b 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -10733,7 +10733,7 @@
Bump lisp/progmodes/project.el version to 0.7.1
- Amont other things exposes the new project-buffers generic function to
+ Among other things exposes the new project-buffers generic function to
ELPA users.
* lisp/progmodes/project.el (Version): Bump to 0.7.1
@@ -25218,7 +25218,7 @@
2021-05-12 Richard Stallman <rms@gnu.org>
- Little improvements in rmail.el. Recognize encryped override headers.
+ Little improvements in rmail.el. Recognize encrypted override headers.
* lisp/mail/rmail.el (rmail-simplified-subject): Delete `[External] :'.
(rmail-reply): In encrypted message, search for other header fields
@@ -27333,7 +27333,7 @@
2021-04-24 Glenn Morris <rgm@gnu.org>
- Simlify top-level Makefile since admin is always included
+ Simplify top-level Makefile since admin is always included
* Makefile.in (clean_dirs, distclean_dirs, maintainer_clean_dirs):
Add admin directories.
@@ -27668,7 +27668,7 @@
* lisp/international/mule-cmds.el (ucs-names):
* lisp/progmodes/ebrowse.el (ebrowse-read):
* test/src/coding-tests.el (benchmark-decoder): Avoid lowering
- gc-cons-treshold.
+ gc-cons-threshold.
2021-04-22 Stefan Kangas <stefan@marxist.se>
@@ -46569,7 +46569,7 @@
Fix syntax of symbol and punctuation characters
* lisp/international/characters.el: Adjust syntax of punctuation
- and symbol charcaters to follow that of Unicode properties.
+ and symbol characters to follow that of Unicode properties.
(Bug#44974)
2021-01-02 Andrea Corallo <akrl@sdf.org>
@@ -63457,9 +63457,9 @@
2020-09-30 Lars Ingebrigtsen <larsi@gnus.org>
- Fix isearch-group-* colors on low-colour displays
+ Fix isearch-group-* colors on low-color displays
- * lisp/isearch.el (isearch-group-1): On low-colour displays, just
+ * lisp/isearch.el (isearch-group-1): On low-color displays, just
use the normal isearch color (bug#43702).
(isearch-group-2 etc): Ditto.
@@ -123828,7 +123828,7 @@
* doc/lispref/text.texi (Special Properties): For the hook property
modification-hooks, state that inhibit-modification-hooks is NOT bound to
- non-nil when calling its functions. For the hooks insert-in-fron-hooks and
+ non-nil when calling its functions. For the hooks insert-in-front-hooks and
insert-behind-hooks, state that that variable does get bound to non-nil.
2019-06-24 Hong Xu <hong@topbug.net>
@@ -156545,7 +156545,7 @@
Obsolete Flymake's flymake-diagnostic-types-alist
That variable was an association between symbols and properties,
- effecively duplicating symbol's property lists. It is simpler to just
+ effectively duplicating symbol's property lists. It is simpler to just
put properties on symbols. Backward compatibility to the old variable
has been kept.
@@ -190693,7 +190693,7 @@
Support multi-lingual detection of SEE ALSO man sections
* lisp/man.el (Man-see-also-regexp): Add support for SEE ALSO
- section detection in several langages: French, German, Spanish,
+ section detection in several languages: French, German, Spanish,
Portuguese, Italian, Polish, Turkish, Japanese, Chinese. (Bug#28142)
2017-08-26 Paul Eggert <eggert@cs.ucla.edu>