From: Alan Mackenzie <acm@muc.de>
Date: Mon, 9 Apr 2007 17:07:40 +0000 (+0000)
Subject: (inhibit-splash-screen): Emphatically state that it can't be set in
X-Git-Tag: emacs-pretest-22.0.98~171
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=531b591d240a94648d5210433d6b85aa869b5568;p=emacs.git

(inhibit-splash-screen): Emphatically state that it can't be set in
site-start.el.
---

diff --git a/lisp/startup.el b/lisp/startup.el
index 61f4f0071ed..1d525e6dfd5 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -44,8 +44,8 @@
   "Non-nil inhibits the startup screen.
 It also inhibits display of the initial message in the `*scratch*' buffer.
 
-This is for use in your personal init file, once you are familiar
-with the contents of the startup screen."
+This is for use in your personal init file (but NOT site-start.el), once
+you are familiar with the contents of the startup screen."
   :type 'boolean
   :group 'initialization)