Mercurial > emacs
changeset 57971:c6da09b5384b
(syms_of_frame): Fix the example in the doc string.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2004 11:55:32 +0000 |
parents | 94c708bd270d |
children | fc790bd5db8f |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.