]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_frame): Doc fix for default-frame-alist.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Nov 1994 20:05:07 +0000 (20:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Nov 1994 20:05:07 +0000 (20:05 +0000)
src/frame.c

index 72d5025ac284ff23e1887c87de0370ec853644ac..7ee19e41f83167f30aa343555bb35127200c65c5 100644 (file)
@@ -1779,12 +1779,14 @@ displayed.");
   DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
     "Alist of default values for frame creation.\n\
 These may be set in your init file, like this:\n\
-  (setq default-frame-alist '((width . 80) (height . 55)))\n\
-These override values given in window system configuration data, like\n\
-X Windows' defaults database.\n\
+  (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1))\n\
+These override values given in window system configuration data,\n\
+ including X Windows' defaults database.\n\
 For values specific to the first Emacs frame, see `initial-frame-alist'.\n\
 For values specific to the separate minibuffer frame, see\n\
-`minibuffer-frame-alist'.");
+ `minibuffer-frame-alist'.\n\
+The `menu-bar-lines' element of the list controls whether new frames\n\
+ have menu bars; `menu-bar-mode' works by altering this element.")
   Vdefault_frame_alist = Qnil;
 
   defsubr (&Sframep);