diff options
| author | Eli Zaretskii | 2004-11-06 11:55:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-11-06 11:55:32 +0000 |
| commit | 5ff00c425a07f3bef8fce9c35414df07c3a83f41 (patch) | |
| tree | cb537b3c27bafef7e377df6a27ac157225aae490 /src | |
| parent | 4d79b8744fb607beb5ec7b074103970d52711601 (diff) | |
| download | emacs-5ff00c425a07f3bef8fce9c35414df07c3a83f41.tar.gz emacs-5ff00c425a07f3bef8fce9c35414df07c3a83f41.zip | |
(syms_of_frame): Fix the example in the doc string.
Diffstat (limited to 'src')
| -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'. */); | |||
| 4037 | DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist, | 4037 | DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist, |
| 4038 | doc: /* Alist of default values for frame creation. | 4038 | doc: /* Alist of default values for frame creation. |
| 4039 | These may be set in your init file, like this: | 4039 | These may be set in your init file, like this: |
| 4040 | (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)) | 4040 | (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1))) |
| 4041 | These override values given in window system configuration data, | 4041 | These override values given in window system configuration data, |
| 4042 | including X Windows' defaults database. | 4042 | including X Windows' defaults database. |
| 4043 | For values specific to the first Emacs frame, see `initial-frame-alist'. | 4043 | For values specific to the first Emacs frame, see `initial-frame-alist'. |