From a2697fac0ec0d4dd915b619bb76792121514acfa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 15 Dec 2017 10:59:33 +0200 Subject: [PATCH] * 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 2b38cb5f2b0..5c96663316e 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." -- 2.39.2