]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/menu-bar.el (kill-this-buffer): Another doc fix (bug#71510).
authorEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2024 12:21:27 +0000 (15:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 14:20:44 +0000 (16:20 +0200)
(cherry picked from commit 6893c327e982528fdc93e3a956a4b6830a09ea3f)

lisp/menu-bar.el

index b4cb4f49e0f84c94a195ff32d9c6176ab3a5f923..ef10abedcbf4973ac64bc72a4910c5ddfb9e5412 100644 (file)
@@ -2228,7 +2228,8 @@ using `abort-recursive-edit'.
 
 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."
+do nothing or signal an error.  Use `kill-current-buffer' if you
+need to invoke a similar command from keyboard."
   (interactive "e")
   ;; This colossus of a conditional is necessary to account for the wide
   ;; variety of this command's callers.