mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
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:
parent
402988ec33
commit
6766e30e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue