]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/menu-bar.el (kill-this-buffer): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 May 2024 13:40:42 +0000 (16:40 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:43:18 +0000 (09:43 +0200)
(cherry picked from commit 1c14ccfee599d13ea78b141fc3aec149a4d45a24)

lisp/menu-bar.el

index aa2939daf3544c1750fa8affd308eb88e3b3274b..2eed5d1ad1628f6be4ceacd71265406a6c359341 100644 (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)))