From 9292f595a71870eec1ffdfd187b859cc990c2f0b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 26 Dec 2022 10:43:57 +0100 Subject: ; Fix typos --- ChangeLog.1 | 2 +- ChangeLog.2 | 2 +- ChangeLog.3 | 20 ++++++++++---------- .../html-manual/Parser_002dbased-Indentation.html | 2 +- doc/lispref/ChangeLog.1 | 2 +- lisp/ChangeLog.16 | 10 +++++----- lisp/ChangeLog.17 | 2 +- lisp/emacs-lisp/chart.el | 2 +- lisp/emacs-lisp/subr-x.el | 2 +- lisp/eshell/esh-var.el | 2 +- lisp/gnus/ChangeLog.2 | 2 +- lisp/gnus/ChangeLog.3 | 2 +- lisp/gnus/message.el | 2 +- lisp/mh-e/ChangeLog.1 | 2 +- lisp/obsolete/rlogin.el | 2 +- lisp/org/org-capture.el | 2 +- lisp/org/org-element.el | 2 +- lisp/progmodes/python.el | 2 +- lisp/textmodes/bibtex.el | 2 +- lisp/treesit.el | 4 ++-- lisp/vc/pcvs-parse.el | 2 +- src/ChangeLog.11 | 2 +- 22 files changed, 36 insertions(+), 36 deletions(-) diff --git a/ChangeLog.1 b/ChangeLog.1 index a8df1c04202..16b5f7bae05 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -4302,7 +4302,7 @@ (install-arch-indep): Don't install-etc for self-contained ns builds. * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) : - No longer unconditonally add /sw directories. (Bug#2280) + No longer unconditionally add /sw directories. (Bug#2280) * Makefile.in (install-arch-dep): Depend on install-arch-indep. (install-arch-indep): Depend on install-leim. diff --git a/ChangeLog.2 b/ChangeLog.2 index 5d4c1afc369..bd2433a4944 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -11843,7 +11843,7 @@ 2016-01-05 Alan Mackenzie - Make C++ buffers writeable when writing their initial text properties. + Make C++ buffers writable when writing their initial text properties. This is a correction to yesterday's CC Mode patch. 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 - 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 - 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 @@ -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 @@ -63457,9 +63457,9 @@ 2020-09-30 Lars Ingebrigtsen - 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 @@ -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 diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html index 95005de6d11..1d48398bbce 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html @@ -240,7 +240,7 @@ expression treesit-comment-start (see * gnutls.c (syms_of_gnutls): All the bootprops are keywords. - (emacs_gnutls_write): Remove the debuggin fsync call. + (emacs_gnutls_write): Remove the debugging fsync call. (emacs_gnutls_read): Return -1 if we got an error from gnutls_read. This allows us to actually read lots of data from the GnuTLS stream. -- cgit v1.2.1