# HG changeset patch # User Eli Zaretskii # Date 1099742132 0 # Node ID c6da09b5384b7d88192dbadbc9676a5918c76424 # Parent 94c708bd270db9d3181746256d44fc341f87e2c2 (syms_of_frame): Fix the example in the doc string. diff -r 94c708bd270d -r c6da09b5384b src/frame.c --- a/src/frame.c Sat Nov 06 11:49:55 2004 +0000 +++ b/src/frame.c Sat Nov 06 11:55:32 2004 +0000 @@ -4037,7 +4037,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'.