diff options
| author | Eli Zaretskii | 2022-09-18 20:21:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-18 20:21:58 +0300 |
| commit | a2f9788cbc5f514da5f11d9f875fd7482bb00732 (patch) | |
| tree | 84be3c8c3480785a12a2befd7f21d360e52e2c30 /lisp | |
| parent | c200098ddeb090b7b95f482a269bbe2a7a40d09d (diff) | |
| download | emacs-a2f9788cbc5f514da5f11d9f875fd7482bb00732.tar.gz emacs-a2f9788cbc5f514da5f11d9f875fd7482bb00732.zip | |
; Minor copyedits of *-frame-alist doc strings
* src/frame.c (syms_of_frame) <default-frame-alist>:
* lisp/frame.el (initial-frame-alist): Minor doc fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 69119b4c24f..a6b0f17189f 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -64,7 +64,7 @@ handles the corresponding kind of display.") | |||
| 64 | ;; But that's not necessary, because the default is to have one. | 64 | ;; But that's not necessary, because the default is to have one. |
| 65 | ;; By not specifying it here, we let an X resource specify it. | 65 | ;; By not specifying it here, we let an X resource specify it. |
| 66 | (defcustom initial-frame-alist nil | 66 | (defcustom initial-frame-alist nil |
| 67 | "Alist of parameters for the initial X window frame. | 67 | "Alist of parameters for the initial window-system (a.k.a. \"GUI\") frame. |
| 68 | You can set this in your init file; for example, | 68 | You can set this in your init file; for example, |
| 69 | 69 | ||
| 70 | (setq initial-frame-alist | 70 | (setq initial-frame-alist |