From de9a21466e6127581216a1325a0617cf151a9cf0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 May 2024 16:40:42 +0300 Subject: [PATCH] ; * lisp/menu-bar.el (kill-this-buffer): Fix typo. (cherry picked from commit 1c14ccfee599d13ea78b141fc3aec149a4d45a24) --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5