From e1d18ad8ee362619a8ddbf462550b950ac29d385 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Jul 1998 22:09:29 +0000 Subject: [PATCH] (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 c75f92bc623..49ca9083626 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -827,8 +827,8 @@ Do the same for the keys of the same name." "Toggle display of a menu bar on each frame. This command applies to all frames that exist and frames to be created in the future. -With a numeric argument, if the argument is negative, -turn off menu bars; otherwise, turn on menu bars." +With a numeric argument, if the argument is positive, +turn on menu bars; otherwise, turn off menu bars." (interactive "P") ;; Make menu-bar-mode and default-frame-alist consistent. -- 2.39.5