From 985703d3800fb48feec44e3fd7880e9561bcbdc7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii <eliz@gnu.org> Date: Wed, 16 Sep 2020 19:16:25 +0300 Subject: [PATCH] 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) --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5