]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefan@marxist.se>
Thu, 14 Jul 2022 10:24:31 +0000 (12:24 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 14 Jul 2022 10:32:48 +0000 (12:32 +0200)
ChangeLog.3
lisp/gnus/ChangeLog.3
lisp/play/mpuz.el

index 9de033214948a746612f6537b6f88808200ca004..aa14036b5baea282633cf1adbfff445dea9e5e3f 100644 (file)
        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
        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>
 
index f3324b29190fb87e3b0aab891a9fbec5e98c836b..c33c76f68d0a0791354e006e6769deb38381ee5b 100644 (file)
        to get all the groups a message ID is in.
 
        * spam-stat.el (spam-stat-split-fancy-spam-threshold)
-       (spam-stat-split-fancy): Change "threshhold" to "threshold".
+       (spam-stat-split-fancy): Fix typo for "threshold".
        (spam-stat-score-buffer-user-functions): Add :number custom type.
 
 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
index 860ba4817eca30c4b648d4999be3b6c423475d53..b2e0967fa24e8faea9158117d62e7f82db3c7319 100644 (file)
@@ -161,7 +161,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
 
 
 ;; A puzzle also uses a board displaying a multiplication.
-;; Every digit appears in the board, crypted or not.
+;; Every digit appears in the board, encrypted or not.
 ;;------------------------------------------------------
 (defvar mpuz-board (make-vector 10 nil)
   "The board associates to any digit the list of squares where it appears.")