Mercurial > emacs
changeset 22665:c6d48e73123e
(menu-bar-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Jul 1998 22:09:29 +0000 |
parents | b685e806f640 |
children | ce4bb28a20e4 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.