From: Eli Zaretskii Date: Wed, 12 Jun 2024 10:53:19 +0000 (+0300) Subject: ; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1d066b4e32de4882796cea4d77f20805ccb47ff;p=emacs.git ; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510). (cherry picked from commit c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4) --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 1f19c48e632..b4cb4f49e0f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -2226,8 +2226,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.