From 5ff00c425a07f3bef8fce9c35414df07c3a83f41 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Nov 2004 11:55:32 +0000 Subject: [PATCH] (syms_of_frame): Fix the example in the doc string. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.39.5