diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-06 11:55:32 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-06 11:55:32 +0000 |
commit | 5ff00c425a07f3bef8fce9c35414df07c3a83f41 (patch) | |
tree | cb537b3c27bafef7e377df6a27ac157225aae490 /src/frame.c | |
parent | 4d79b8744fb607beb5ec7b074103970d52711601 (diff) | |
download | emacs-5ff00c425a07f3bef8fce9c35414df07c3a83f41.tar.gz |
(syms_of_frame): Fix the example in the doc string.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'. |