Fix doc string of 'toggle-menu-bar-mode-from-frame'
* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Improve the wording of the doc string. (Bug#43383)
This commit is contained in:
parent
184a4977c7
commit
985703d380
1 changed files with 1 additions and 1 deletions
|
@ -2426,7 +2426,7 @@ created in the future."
|
||||||
(put 'menu-bar-mode 'standard-value '(t))
|
(put 'menu-bar-mode 'standard-value '(t))
|
||||||
|
|
||||||
(defun toggle-menu-bar-mode-from-frame (&optional arg)
|
(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."
|
See `menu-bar-mode' for more information."
|
||||||
(interactive (list (or current-prefix-arg 'toggle)))
|
(interactive (list (or current-prefix-arg 'toggle)))
|
||||||
(if (eq arg 'toggle)
|
(if (eq arg 'toggle)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue