summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-15 06:30:42 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-15 06:30:42 +0200
commit3dde08e6b409c03b3cc6f1c54d828e60da97458f (patch)
tree87c3018227ce17ceaa5b897781e3f0b32b8f33f2 /ChangeLog.3
parent2e0c76e397811837fd119c1298a5606b4ef65be5 (diff)
parent6a057155521229ab4621a81180fa238e498d7cf8 (diff)
downloademacs-3dde08e6b409c03b3cc6f1c54d828e60da97458f.tar.gz
Merge from origin/emacs-28
6a05715552 Update the Samaritan's contact details in M-x doctor d19834dfda ; Fix typos
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.35
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index c48c0ab2a3f..7af0205e8cf 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -332,7 +332,7 @@
This fixes bug#55684. There, with a minibuffer-only frame at start up,
Emacs tried to switch to this frame, whose selected window was the
mini-window. There is no other active window in this frame, so the
- attempt to swith to another window failed.
+ attempt to switch to another window failed.
* src/frame.c (do_switch_frame): On switching to a frame whose selected
window is as above, before selecting the most recently used window, check
@@ -217680,8 +217680,7 @@
Stick with debbugs-supported tags in triage
* admin/notes/bug-triage: Stick to the tag "unreproducible", which
- debbugs supports, rather than suggesting "doneunreproducible" or
- "unreproducable".
+ debbugs supports.
2016-09-26 Paul Eggert <eggert@cs.ucla.edu>