# HG changeset patch # User Richard M. Stallman # Date 899417369 0 # Node ID c6d48e73123e14da72f31d91bbfc7ff965d1120e # Parent b685e806f640e8f296626557cc4562513b2a8103 (menu-bar-mode): Doc fix. diff -r b685e806f640 -r c6d48e73123e lisp/menu-bar.el --- a/lisp/menu-bar.el Thu Jul 02 19:26:15 1998 +0000 +++ b/lisp/menu-bar.el Thu Jul 02 22:09:29 1998 +0000 @@ -827,8 +827,8 @@ "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.