; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510).
This commit is contained in:
parent
9c2fad55fd
commit
c4a6b9dbfe
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue