aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2023-12-30 21:06:14 +0100
committerStefan Kangas2023-12-30 21:11:03 +0100
commitfc8a20f79274a2e533722f636cb538d7f8fb5427 (patch)
treeeb5efa044981bfc8fbfa0e8fad02309c0ad92f11 /doc/misc
parent518e6795c0a3a5f5901056130ddb18143aa3a985 (diff)
downloademacs-fc8a20f79274a2e533722f636cb538d7f8fb5427.tar.gz
emacs-fc8a20f79274a2e533722f636cb538d7f8fb5427.zip
Slightly clarify "Start Emacs maximized" in FAQ
* doc/misc/efaq.texi (Start Emacs maximized): Clarify why the early init file is used.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/efaq.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 70f434d4b99..1718650def4 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3127,8 +3127,10 @@ emacs, The GNU Emacs Manual}).
3127@end lisp 3127@end lisp
3128 3128
3129Note that while some customizations of @code{default-frame-alist} 3129Note that while some customizations of @code{default-frame-alist}
3130could have undesirable effects when modified in @file{early-init.el}, 3130could have undesirable effects when modified in the early init file,
3131it is okay to do it in this particular case. 3131it is okay to do it in this particular case. Adding it to the normal
3132init file will also work, but leads to a visible resizing of the
3133window that some find distracting.
3132 3134
3133@node Emacs in a Linux console 3135@node Emacs in a Linux console
3134@section How can I alleviate the limitations of the Linux console? 3136@section How can I alleviate the limitations of the Linux console?