From 1c14ccfee599d13ea78b141fc3aec149a4d45a24 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. --- 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 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)))