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-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de9a21466e6127581216a1325a0617cf151a9cf0;p=emacs.git ; * lisp/menu-bar.el (kill-this-buffer): Fix typo. (cherry picked from commit 1c14ccfee599d13ea78b141fc3aec149a4d45a24) --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index aa2939daf35..2eed5d1ad16 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)))