]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit-splash-screen): Emphatically state that it can't be set in
authorAlan Mackenzie <acm@muc.de>
Mon, 9 Apr 2007 17:07:40 +0000 (17:07 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 9 Apr 2007 17:07:40 +0000 (17:07 +0000)
site-start.el.

lisp/startup.el

index 61f4f0071ed5eccd3c536af8ba15a8c22908058a..1d525e6dfd5d90247a7167e03e91d43ed05140cd 100644 (file)
@@ -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)