]> git.eshelyaron.com Git - emacs.git/commitdiff
Slightly clarify "Start Emacs maximized" in FAQ
authorStefan Kangas <stefankangas@gmail.com>
Sat, 30 Dec 2023 20:06:14 +0000 (21:06 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 30 Dec 2023 20:11:03 +0000 (21:11 +0100)
* doc/misc/efaq.texi (Start Emacs maximized): Clarify why the early init
file is used.

doc/misc/efaq.texi

index 70f434d4b9981af66f3128aa19ddcb79a1dcd1c5..1718650def4e79c5085b2eac785181dbdc86cfaf 100644 (file)
@@ -3127,8 +3127,10 @@ emacs, The GNU Emacs Manual}).
 @end lisp
 
 Note that while some customizations of @code{default-frame-alist}
-could have undesirable effects when modified in @file{early-init.el},
-it is okay to do it in this particular case.
+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.
 
 @node Emacs in a Linux console
 @section How can I alleviate the limitations of the Linux console?