]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor copyedits of *-frame-alist doc strings
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 17:21:58 +0000 (20:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 17:21:58 +0000 (20:21 +0300)
* src/frame.c (syms_of_frame) <default-frame-alist>:
* lisp/frame.el (initial-frame-alist): Minor doc fixes.

lisp/frame.el
src/frame.c

index 69119b4c24f5f105710476afc087aacc969ca46b..a6b0f17189f89aa85f3d4c7bf0291f3f2af57a9c 100644 (file)
@@ -64,7 +64,7 @@ handles the corresponding kind of display.")
 ;; But that's not necessary, because the default is to have one.
 ;; By not specifying it here, we let an X resource specify it.
 (defcustom initial-frame-alist nil
-  "Alist of parameters for the initial X window frame.
+  "Alist of parameters for the initial window-system (a.k.a. \"GUI\") frame.
 You can set this in your init file; for example,
 
  (setq initial-frame-alist
index 0c278259a79c82327fe0ce3f500b79d1661b32a6..506780ae364da18a332a86bb6224ea495ac89c31 100644 (file)
@@ -6192,7 +6192,7 @@ You can also use a floating number between 0.0 and 1.0.  */);
 #endif
 
   DEFVAR_LISP ("default-frame-alist", Vdefault_frame_alist,
-              doc: /* Alist of default values for frame creation.
+    doc: /* Alist of default values of frame parameters 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)))
 These override values given in window system configuration data,