aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-07-15 06:30:42 +0200
committerStefan Kangas2022-07-15 06:30:42 +0200
commit3dde08e6b409c03b3cc6f1c54d828e60da97458f (patch)
tree87c3018227ce17ceaa5b897781e3f0b32b8f33f2
parent2e0c76e397811837fd119c1298a5606b4ef65be5 (diff)
parent6a057155521229ab4621a81180fa238e498d7cf8 (diff)
downloademacs-3dde08e6b409c03b3cc6f1c54d828e60da97458f.tar.gz
emacs-3dde08e6b409c03b3cc6f1c54d828e60da97458f.zip
Merge from origin/emacs-28
6a05715552 Update the Samaritan's contact details in M-x doctor d19834dfda ; Fix typos
-rw-r--r--ChangeLog.35
-rw-r--r--lisp/gnus/ChangeLog.32
-rw-r--r--lisp/play/doctor.el15
-rw-r--r--lisp/play/mpuz.el2
4 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index c48c0ab2a3f..7af0205e8cf 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -332,7 +332,7 @@
332 This fixes bug#55684. There, with a minibuffer-only frame at start up, 332 This fixes bug#55684. There, with a minibuffer-only frame at start up,
333 Emacs tried to switch to this frame, whose selected window was the 333 Emacs tried to switch to this frame, whose selected window was the
334 mini-window. There is no other active window in this frame, so the 334 mini-window. There is no other active window in this frame, so the
335 attempt to swith to another window failed. 335 attempt to switch to another window failed.
336 336
337 * src/frame.c (do_switch_frame): On switching to a frame whose selected 337 * src/frame.c (do_switch_frame): On switching to a frame whose selected
338 window is as above, before selecting the most recently used window, check 338 window is as above, before selecting the most recently used window, check
@@ -217680,8 +217680,7 @@
217680 Stick with debbugs-supported tags in triage 217680 Stick with debbugs-supported tags in triage
217681 217681
217682 * admin/notes/bug-triage: Stick to the tag "unreproducible", which 217682 * admin/notes/bug-triage: Stick to the tag "unreproducible", which
217683 debbugs supports, rather than suggesting "doneunreproducible" or 217683 debbugs supports.
217684 "unreproducable".
217685 217684
2176862016-09-26 Paul Eggert <eggert@cs.ucla.edu> 2176852016-09-26 Paul Eggert <eggert@cs.ucla.edu>
217687 217686
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index f3324b29190..c33c76f68d0 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -21361,7 +21361,7 @@
21361 to get all the groups a message ID is in. 21361 to get all the groups a message ID is in.
21362 21362
21363 * spam-stat.el (spam-stat-split-fancy-spam-threshold) 21363 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21364 (spam-stat-split-fancy): Change "threshhold" to "threshold". 21364 (spam-stat-split-fancy): Fix typo for "threshold".
21365 (spam-stat-score-buffer-user-functions): Add :number custom type. 21365 (spam-stat-score-buffer-user-functions): Add :number custom type.
21366 21366
213672005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> 213672005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index b93d768cbe3..fbff0b1bbbb 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1577,13 +1577,14 @@ Hack on previous word, setting global variable DOCTOR-OWNER to correct result."
1577 (equal doctor-found 'killing)) 1577 (equal doctor-found 'killing))
1578 (memq 'yourself doctor-sent))) 1578 (memq 'yourself doctor-sent)))
1579 (setq doctor--suicide-flag t) 1579 (setq doctor--suicide-flag t)
1580 (doctor-type '(If you are really suicidal\, you might 1580 (doctor-type '( If you are really suicidal\, you might
1581 want to contact the Samaritans via 1581 want to contact the Samaritans via
1582 E-mail: jo@samaritans.org or\, at your option\, 1582 e-mail: jo@samaritans.org \.
1583 anonymous E-mail: samaritans@anon.twwells.com\ \. 1583 or find a Befrienders crisis center at
1584 or find a Befrienders crisis center at 1584 https://www.befrienders.org/\ \.
1585 https://www.befrienders.org/\ \. 1585 you can also find other suicide crisis lines at
1586 (doc$ doctor--please) (doc$ doctor--continue) \.))) 1586 https://en.wikipedia.org/wiki/List_of_suicide_crisis_lines \.
1587 (doc$ doctor--please) (doc$ doctor--continue) \.)))
1587 (t (doctor-type (doc$ doctor--deathlst))))) 1588 (t (doctor-type (doc$ doctor--deathlst)))))
1588 1589
1589(defun doctor-foul () 1590(defun doctor-foul ()
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 1cacf01a20c..177b6eecf01 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -156,7 +156,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
156 156
157 157
158;; A puzzle also uses a board displaying a multiplication. 158;; A puzzle also uses a board displaying a multiplication.
159;; Every digit appears in the board, crypted or not. 159;; Every digit appears in the board, encrypted or not.
160;;------------------------------------------------------ 160;;------------------------------------------------------
161(defvar mpuz-board (make-vector 10 nil) 161(defvar mpuz-board (make-vector 10 nil)
162 "The board associates to any digit the list of squares where it appears.") 162 "The board associates to any digit the list of squares where it appears.")