1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; * lisp/menu-bar.el (kill-this-buffer): Fix typo.

This commit is contained in:
Eli Zaretskii 2024-05-19 16:40:42 +03:00
parent 627d60910b
commit 1c14ccfee5

View file

@ -2241,7 +2241,7 @@ using `abort-recursive-edit'.
This command can be reliably invoked only from the menu bar,
otherwise it could decide to silently do nothing."
(interactive "e")
;; This clossus of a conditional is necessary to account for the wide
;; This colossus of a conditional is necessary to account for the wide
;; variety of this command's callers.
(if (let* ((window (or (and event (event-start event)
(posn-window (event-start event)))