From: Eli Zaretskii Date: Sun, 19 May 2024 13:40:42 +0000 (+0300) Subject: ; * lisp/menu-bar.el (kill-this-buffer): Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1428 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c14ccfee599d13ea78b141fc3aec149a4d45a24;p=emacs.git ; * lisp/menu-bar.el (kill-this-buffer): Fix typo. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 7db1f3ed3b2..eba25f5cfce 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)))