mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
; Fix typos
This commit is contained in:
parent
76878ce6a0
commit
d19834dfda
3 changed files with 4 additions and 5 deletions
|
|
@ -332,7 +332,7 @@
|
||||||
This fixes bug#55684. There, with a minibuffer-only frame at start up,
|
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
|
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
|
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
|
* 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
|
window is as above, before selecting the most recently used window, check
|
||||||
|
|
@ -217680,8 +217680,7 @@
|
||||||
Stick with debbugs-supported tags in triage
|
Stick with debbugs-supported tags in triage
|
||||||
|
|
||||||
* admin/notes/bug-triage: Stick to the tag "unreproducible", which
|
* admin/notes/bug-triage: Stick to the tag "unreproducible", which
|
||||||
debbugs supports, rather than suggesting "doneunreproducible" or
|
debbugs supports.
|
||||||
"unreproducable".
|
|
||||||
|
|
||||||
2016-09-26 Paul Eggert <eggert@cs.ucla.edu>
|
2016-09-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21361,7 +21361,7 @@
|
||||||
to get all the groups a message ID is in.
|
to get all the groups a message ID is in.
|
||||||
|
|
||||||
* spam-stat.el (spam-stat-split-fancy-spam-threshold)
|
* 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.
|
(spam-stat-score-buffer-user-functions): Add :number custom type.
|
||||||
|
|
||||||
2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
|
2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||||
|
|
|
||||||
|
|
@ -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.
|
;; 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)
|
(defvar mpuz-board (make-vector 10 nil)
|
||||||
"The board associates to any digit the list of squares where it appears.")
|
"The board associates to any digit the list of squares where it appears.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue