* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Improve the
wording of the doc string. (Bug#43383)
(put 'menu-bar-mode 'standard-value '(t))
(defun toggle-menu-bar-mode-from-frame (&optional arg)
- "Toggle menu bar on or off, based on the status of the current frame.
+ "Toggle display of the menu bar of the current frame.
See `menu-bar-mode' for more information."
(interactive (list (or current-prefix-arg 'toggle)))
(if (eq arg 'toggle)