changeset 3007:e41b3dc686bb

(menu-bar-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1993 05:06:35 +0000
parents 7126575622da
children be594f78bfa7
files lisp/menu-bar.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Mon May 24 05:06:15 1993 +0000
+++ b/lisp/menu-bar.el	Mon May 24 05:06:35 1993 +0000
@@ -200,11 +200,11 @@
 (defvar menu-bar-mode nil)
 
 (defun menu-bar-mode (flag)
-  "Toggle display of vertical scroll bars on each frame.
+  "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 scroll bars; otherwise, turn on scroll bars."
+turn off menu bars; otherwise, turn on menu bars."
   (interactive "P")
   (setq menu-bar-mode (if (null flag) (not menu-bar-mode)
 			  (or (not (numberp flag)) (>= flag 0))))