emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 a2f9788cbc: ; Minor copyedits of *-frame-alist doc strings


From: Eli Zaretskii
Subject: emacs-28 a2f9788cbc: ; Minor copyedits of *-frame-alist doc strings
Date: Sun, 18 Sep 2022 13:23:02 -0400 (EDT)

branch: emacs-28
commit a2f9788cbc5f514da5f11d9f875fd7482bb00732
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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.
---
 lisp/frame.el | 2 +-
 src/frame.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/frame.el b/lisp/frame.el
index 69119b4c24..a6b0f17189 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -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
diff --git a/src/frame.c b/src/frame.c
index 0c278259a7..506780ae36 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]