]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust toggle-menu-bar-mode-from-frame doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 17:28:41 +0000 (18:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 17:30:15 +0000 (18:30 +0100)
* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Adjust the
doc string to reflect what it does (bug#43383).

lisp/menu-bar.el

index b6dbf209ec1e2685d6f72931d4e8987fbb820bc2..bde34ac910d86ca5b672730f497f574a6404a828 100644 (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)