]> git.eshelyaron.com Git - emacs.git/commitdiff
(Entering Emacs): Note that inhibit-startup-screen can't be changed in
authorChong Yidong <cyd@stupidchicken.com>
Wed, 12 Nov 2008 22:59:10 +0000 (22:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 12 Nov 2008 22:59:10 +0000 (22:59 +0000)
the site-start file.

doc/emacs/entering.texi

index 7dfb86b6f49d37d1ad84f23e774dc0ae5fdc80c6..0d18e579ac8844389fffe4159fd8f62bc2349c3e 100644 (file)
@@ -69,7 +69,14 @@ non-@code{nil}, Emacs does not display the startup screen.  In that
 case, if one or more files were specified on the command line, Emacs
 simply displays those files; otherwise, it displays a buffer named
 @samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions
-interactively.  @xref{Lisp Interaction}.
+interactively (@pxref{Lisp Interaction}).  You can set the variable
+@code{inhibit-startup-screen} by using the Customize facility
+(@pxref{Easy Customization}), or by editing your initialization file
+(@pxref{Init File}).@footnote{Note that setting
+@code{inhibit-startup-screen} in @file{site-start.el} doesn't work,
+because the startup screen is set up before reading
+@file{site-start.el}.  @xref{Init File}, for information about
+@file{site-start.el}.}
 
 @node Exiting, Basic, Entering Emacs, Top
 @section Exiting Emacs