summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-01-31 18:28:41 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-01-31 18:30:15 +0100
commit6766e30e1b0cfcf5ddd222b3d3be2ffae9164f3f (patch)
treee9acda11664d881931d87c775f99818af679b585 /lisp/menu-bar.el
parent402988ec333f5a8a9145b94953bbe6827b3c3b75 (diff)
downloademacs-6766e30e1b0cfcf5ddd222b3d3be2ffae9164f3f.tar.gz
Adjust toggle-menu-bar-mode-from-frame doc string
* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Adjust the doc string to reflect what it does (bug#43383).
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index b6dbf209ec1..bde34ac910d 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -2537,7 +2537,7 @@ Use \\[menu-bar-mode] to make the menu bar appear."))))
(put 'menu-bar-mode 'standard-value '(t))
(defun toggle-menu-bar-mode-from-frame (&optional arg)
- "Toggle display of the menu bar of the current frame.
+ "Toggle display of the menu bar.
See `menu-bar-mode' for more information."
(interactive (list (or current-prefix-arg 'toggle)))
(if (eq arg 'toggle)