]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 14:20:39 +0000 (16:20 +0200)
(cherry picked from commit c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4)

lisp/menu-bar.el

index 1f19c48e632526692dfc02dc027ac592ad995097..b4cb4f49e0f84c94a195ff32d9c6176ab3a5f923 100644 (file)
@@ -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.