summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-23 18:21:10 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-26 10:42:02 +0100
commit2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (patch)
tree59e34dc95aa4c1526d6ba7d376ab0adbeb699935 /ChangeLog.3
parent6c00d126e7fe1f6e42a0c9454c2ab4a29dcd5989 (diff)
downloademacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.gz
; Fix typos
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.316
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 4b3507bae31..bff2f7a66d9 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -3928,7 +3928,7 @@
* lisp/follow.el (follow-scroll-down): Do away with the optimization of doing
vertical-motion over only one window. Instead move over all windows, to
- checck for being close to point-min, and setting point accordingly.
+ check for being close to point-min, and setting point accordingly.
2021-11-13 Eli Zaretskii <eliz@gnu.org>
@@ -50632,7 +50632,7 @@
Allow for adding constraints targeting blocks with multiple predecessors
- This commit remove the limitaiton we had not being able to add
+ This commit remove the limitation we had not being able to add
constraints derived from conditional branches to basic blocks with
multiple predecessors. When this condition is verified we add a new
dedicated basic block to hold the constraints.
@@ -75446,7 +75446,7 @@
According to RFC 3986 it should be percent-encoded and thus should not
contain spaces. However, there are HTTP server implementation (notably
nginx) that do not do that. This makes Emacs url-http.el behave like
- most other HTTP client implementatios. Also remove the stripping of
+ most other HTTP client implementations. Also remove the stripping of
angle bracket quotes as they are not valid according to the RFCs.
2020-07-19 Satoshi Nakagawa <ghnacker@gmail.com> (tiny change)
@@ -87619,7 +87619,7 @@
itself and reevaluates it in each stop to yield an address.
We also add a warning (a red bold exclamation mark) on the header line
when the content of the page doesn't represent the memory location
- user requested for. That happends when some error occurs in
+ user requested for. That happens when some error occurs in
evaluating the address, and we display the last successfully displayed
memory page.
* lisp/progmodes/gdb-mi.el (gdb-memory-address-expression)
@@ -105227,7 +105227,7 @@
Sometimes, when finding files with icomplete-mode, backward-deleting
the previous word or sexp (to move up a directory) doesn't actually
refresh the file list of the new directory. Forcing redisplay in
- icomplete-exhibit misteriously fixes the problem.
+ icomplete-exhibit mysteriously fixes the problem.
* lisp/icomplete.el (icomplete-exhibit): Add call to redisplay.
@@ -129725,7 +129725,7 @@
* lisp/delim-col.el: Use lexical-binding.
* test/lisp/delim-col-tests.el: New file.
- (delim-col-tests-delimit-colummns-before-after)
+ (delim-col-tests-delimit-columns-before-after)
(delim-col-tests-delimit-columns)
(delim-col-tests-delimit-columns-format/nil)
(delim-col-tests-delimit-columns-format/padding)
@@ -154614,7 +154614,7 @@
Fixes: Bug#31951
* lisp/server.el (server-save-buffers-kill-terminal): Only pass
- PRED=t to save-some-bufers if ARG in non-nil.
+ PRED=t to save-some-buffers if ARG in non-nil.
2018-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
@@ -221589,7 +221589,7 @@
(ses-define-if-new-local-printer): New defsubst.
(ses-center, ses-center-span, ses-dashfill)
(ses-dashfill-span, ses-tildefill-span): Allow to pass printer
- as an optional argument to superseed column printer/default
+ as an optional argument to supersede column printer/default
spreadsheet printer.
(ses-prin1): New defun.