# HG changeset patch # User Chong Yidong # Date 1226530750 0 # Node ID 02ecf5b17db27918ee13d9642c4bd1af2d53dbc1 # Parent 95d72c7c3ef90e771c1abcca114da0ec38fce8e7 (Entering Emacs): Note that inhibit-startup-screen can't be changed in the site-start file. diff -r 95d72c7c3ef9 -r 02ecf5b17db2 doc/emacs/entering.texi --- a/doc/emacs/entering.texi Wed Nov 12 22:57:59 2008 +0000 +++ b/doc/emacs/entering.texi Wed Nov 12 22:59:10 2008 +0000 @@ -69,7 +69,14 @@ 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