aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-12 13:53:19 +0300
committerEli Zaretskii2024-06-12 13:53:19 +0300
commitc4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4 (patch)
tree2b27a1e92f6aa3cf726c75afef1ae720d5ccfffe
parent9c2fad55fd2725da5bf30677d07541f6f6d1c45b (diff)
downloademacs-c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4.tar.gz
emacs-c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4.zip
; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510).
-rw-r--r--lisp/menu-bar.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index eba25f5cfce..4c0674debd4 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -2238,8 +2238,9 @@ updating the menu."
2238When called in the minibuffer, get out of the minibuffer 2238When called in the minibuffer, get out of the minibuffer
2239using `abort-recursive-edit'. 2239using `abort-recursive-edit'.
2240 2240
2241This command can be reliably invoked only from the menu bar, 2241This command must be bound to a mouse event, and can be reliably
2242otherwise it could decide to silently do nothing." 2242invoked only from the menu bar, otherwise it could decide to silently
2243do nothing or signal an error."
2243 (interactive "e") 2244 (interactive "e")
2244 ;; This colossus of a conditional is necessary to account for the wide 2245 ;; This colossus of a conditional is necessary to account for the wide
2245 ;; variety of this command's callers. 2246 ;; variety of this command's callers.