emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a2697fa: * lisp/menu-bar.el (menu-bar-mode): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 a2697fa: * lisp/menu-bar.el (menu-bar-mode): Doc fix.
Date: Fri, 15 Dec 2017 03:59:55 -0500 (EST)

branch: emacs-26
commit a2697fac0ec0d4dd915b619bb76792121514acfa
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/menu-bar.el (menu-bar-mode): Doc fix.
---
 lisp/menu-bar.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 2b38cb5..5c96663 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -2294,8 +2294,8 @@ It must accept a buffer as its only required argument.")
 (define-minor-mode menu-bar-mode
   "Toggle display of a menu bar on each frame (Menu Bar mode).
 With a prefix argument ARG, enable Menu Bar mode if ARG is
-positive, and disable it otherwise.  If called from Lisp, enable
-Menu Bar mode if ARG is omitted or nil.
+positive, and disable it otherwise.  If called from Lisp, also
+enable Menu Bar mode if ARG is omitted or nil.
 
 This command applies to all frames that exist and frames to be
 created in the future."



reply via email to

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