aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/entering.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi
index 7dfb86b6f49..0d18e579ac8 100644
--- a/doc/emacs/entering.texi
+++ b/doc/emacs/entering.texi
@@ -69,7 +69,14 @@ non-@code{nil}, Emacs does not display the startup screen. In that
69case, if one or more files were specified on the command line, Emacs 69case, if one or more files were specified on the command line, Emacs
70simply displays those files; otherwise, it displays a buffer named 70simply displays those files; otherwise, it displays a buffer named
71@samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions 71@samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions
72interactively. @xref{Lisp Interaction}. 72interactively (@pxref{Lisp Interaction}). You can set the variable
73@code{inhibit-startup-screen} by using the Customize facility
74(@pxref{Easy Customization}), or by editing your initialization file
75(@pxref{Init File}).@footnote{Note that setting
76@code{inhibit-startup-screen} in @file{site-start.el} doesn't work,
77because the startup screen is set up before reading
78@file{site-start.el}. @xref{Init File}, for information about
79@file{site-start.el}.}
73 80
74@node Exiting, Basic, Entering Emacs, Top 81@node Exiting, Basic, Entering Emacs, Top
75@section Exiting Emacs 82@section Exiting Emacs