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).
This commit is contained in:
Lars Ingebrigtsen 2022-01-31 18:28:41 +01:00
parent 402988ec33
commit 6766e30e1b

View file

@ -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)