aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2022-09-18 20:21:58 +0300
committerEli Zaretskii2022-09-18 20:21:58 +0300
commita2f9788cbc5f514da5f11d9f875fd7482bb00732 (patch)
tree84be3c8c3480785a12a2befd7f21d360e52e2c30 /lisp
parentc200098ddeb090b7b95f482a269bbe2a7a40d09d (diff)
downloademacs-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.el2
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.
68You can set this in your init file; for example, 68You can set this in your init file; for example,
69 69
70 (setq initial-frame-alist 70 (setq initial-frame-alist