]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_frame): Fix the example in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 11:55:32 +0000 (11:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 11:55:32 +0000 (11:55 +0000)
src/frame.c

index 78d803abc8d41ebf66438be53e110176bf0e743d..19f23ad8cd8ac8cd35d1531be5199cd49e3ae9b8 100644 (file)
@@ -4037,7 +4037,7 @@ is a reasonable practice.  See also the variable `x-resource-name'.  */);
   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'.