emacs-diffs
[Top][All Lists]
Advanced

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

master 093ecb2aca1: ; Clarify detail in Start Emacs maximized FAQ


From: Stefan Kangas
Subject: master 093ecb2aca1: ; Clarify detail in Start Emacs maximized FAQ
Date: Wed, 10 Jan 2024 12:22:12 -0500 (EST)

branch: master
commit 093ecb2aca1fa6d00f212b2426ddb7601fdbcfd2
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Clarify detail in Start Emacs maximized FAQ
    
    * doc/misc/efaq.texi (Start Emacs maximized): Explain that the sexp
    should be put at the top of the file.
---
 doc/misc/efaq.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 25e6551f34b..5b722f9fd77 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3119,8 +3119,8 @@ escape sequences.  It is enabled by default.
 @cindex Fullscreen mode
 
 Run Emacs with the @samp{--maximized} command-line option or put the
-following form in your early init file (@pxref{Early Init File,,,
-emacs, The GNU Emacs Manual}).
+following form at the top of your early init file (@pxref{Early Init
+File,,, emacs, The GNU Emacs Manual}).
 
 @lisp
 (push '(fullscreen . maximized) default-frame-alist)
@@ -3128,9 +3128,9 @@ emacs, The GNU Emacs Manual}).
 
 Note that while some customizations of @code{default-frame-alist}
 could have undesirable effects when modified in the early init file,
-it is okay to do it in this particular case.  Adding it to the normal
-init file will also work, but leads to a visible resizing of the
-window that some find distracting.
+it is okay to do it in this particular case.  Adding it to the top of
+your normal init file will also work, but leads to a visible resizing
+of the window that some find distracting.
 
 @node Emacs in a Linux console
 @section How can I alleviate the limitations of the Linux console?



reply via email to

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