; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510).
authorEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2024 10:53:19 +0000 (13:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2024 10:53:19 +0000 (13:53 +0300)
lisp/menu-bar.el

index eba25f5cfce533649bf7ecf9b73ca2cba1a34dee..4c0674debd46c501225abc0f3dc825691ac17abd 100644 (file)
@@ -2238,8 +2238,9 @@ updating the menu."
 When called in the minibuffer, get out of the minibuffer
 using `abort-recursive-edit'.
 
-This command can be reliably invoked only from the menu bar,
-otherwise it could decide to silently do nothing."
+This command must be bound to a mouse event, and can be reliably
+invoked only from the menu bar, otherwise it could decide to silently
+do nothing or signal an error."
   (interactive "e")
   ;; This colossus of a conditional is necessary to account for the wide
   ;; variety of this command's callers.