# HG changeset patch # User Alan Mackenzie # Date 1176138460 0 # Node ID fdc3742495b5046b81eb08fca9882e11fc1c3abe # Parent 2dc5932f8a498a7d596db59f8650f1d66c4c306e (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. diff -r 2dc5932f8a49 -r fdc3742495b5 lisp/startup.el --- a/lisp/startup.el Mon Apr 09 17:05:39 2007 +0000 +++ b/lisp/startup.el Mon Apr 09 17:07:40 2007 +0000 @@ -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)