]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of 'toggle-menu-bar-mode-from-frame'
authorEli Zaretskii <eliz@gnu.org>
Wed, 16 Sep 2020 16:16:25 +0000 (19:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Sep 2020 16:16:25 +0000 (19:16 +0300)
* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Improve the
wording of the doc string.  (Bug#43383)

lisp/menu-bar.el

index cc12a17c79425ae7a527624997716f37436b1628..37e046ffddf76b8a6ffbdcbda70004c139aabcdb 100644 (file)
@@ -2426,7 +2426,7 @@ created in the future."
 (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)