From: Richard M. Stallman Date: Thu, 2 Jul 1998 22:09:29 +0000 (+0000) Subject: (menu-bar-mode): Doc fix. X-Git-Tag: emacs-20.3~414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1d18ad8ee362619a8ddbf462550b950ac29d385;p=emacs.git (menu-bar-mode): Doc fix. --- 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.