; * lisp/menu-bar.el (kill-this-buffer): Another doc fix (bug#71510).

This commit is contained in:
Eli Zaretskii 2024-06-12 15:21:27 +03:00
parent 3905db6e3a
commit 6893c327e9

View file

@ -2240,7 +2240,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.