From: Eli Zaretskii Date: Sat, 6 Nov 2004 11:55:32 +0000 (+0000) Subject: (syms_of_frame): Fix the example in the doc string. X-Git-Tag: ttn-vms-21-2-B4~4163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ff00c425a07f3bef8fce9c35414df07c3a83f41;p=emacs.git (syms_of_frame): Fix the example in the doc string. --- diff --git a/src/frame.c b/src/frame.c index 78d803abc8d..19f23ad8cd8 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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'.