From 531b591d240a94648d5210433d6b85aa869b5568 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Mon, 9 Apr 2007 17:07:40 +0000 Subject: [PATCH] (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)