From: Eli Zaretskii Date: Wed, 16 Sep 2020 16:16:25 +0000 (+0300) Subject: Fix doc string of 'toggle-menu-bar-mode-from-frame' X-Git-Tag: emacs-27.1.90~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=985703d3800fb48feec44e3fd7880e9561bcbdc7;p=emacs.git 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) --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index cc12a17c794..37e046ffddf 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)