diff src/frame.c @ 83226:9ea0f6980511

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-672 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-266
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 13 Nov 2004 18:21:48 +0000
parents 159920fd1024 c6da09b5384b
children 2a3f27a45698
line wrap: on
line diff
--- a/src/frame.c	Sat Nov 06 17:57:15 2004 +0000
+++ b/src/frame.c	Sat Nov 13 18:21:48 2004 +0000
@@ -4285,7 +4285,7 @@
   DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
 	       doc: /* Alist of default values for frame creation.
 These may be set in your init file, like this:
-  (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1))
+  (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)))
 These override values given in window system configuration data,
  including X Windows' defaults database.
 For values specific to the first Emacs frame, see `initial-frame-alist'.