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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user