emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 985703d: Fix doc string of 'toggle-menu-bar-mode-from-frame'


From: Eli Zaretskii
Subject: emacs-27 985703d: Fix doc string of 'toggle-menu-bar-mode-from-frame'
Date: Wed, 16 Sep 2020 12:17:44 -0400 (EDT)

branch: emacs-27
commit 985703d3800fb48feec44e3fd7880e9561bcbdc7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 cc12a17..37e046f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]