]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 22:09:29 +0000 (22:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 22:09:29 +0000 (22:09 +0000)
lisp/menu-bar.el

index c75f92bc623dfd103cc4ba71d0ffe0e073c2c601..49ca9083626eb18b5e1e0c6d12e24e10b2668945 100644 (file)
@@ -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.