diff options
| author | Eli Zaretskii | 2024-06-12 13:53:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-12 13:53:19 +0300 |
| commit | c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4 (patch) | |
| tree | 2b27a1e92f6aa3cf726c75afef1ae720d5ccfffe | |
| parent | 9c2fad55fd2725da5bf30677d07541f6f6d1c45b (diff) | |
| download | emacs-c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4.tar.gz emacs-c4a6b9dbfeee8a345f8761f86b7f89dd0ba9bbe4.zip | |
; * lisp/menu-bar.el (kill-this-buffer): Doc fix (bug#71510).
| -rw-r--r-- | lisp/menu-bar.el | 5 |
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." | |||
| 2238 | When called in the minibuffer, get out of the minibuffer | 2238 | When called in the minibuffer, get out of the minibuffer |
| 2239 | using `abort-recursive-edit'. | 2239 | using `abort-recursive-edit'. |
| 2240 | 2240 | ||
| 2241 | This command can be reliably invoked only from the menu bar, | 2241 | This command must be bound to a mouse event, and can be reliably |
| 2242 | otherwise it could decide to silently do nothing." | 2242 | invoked only from the menu bar, otherwise it could decide to silently |
| 2243 | do 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. |