Mercurial > emacs
changeset 77088:fdc3742495b5
(inhibit-splash-screen): Emphatically state that it can't be set in
site-start.el.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Mon, 09 Apr 2007 17:07:40 +0000 |
parents | 2dc5932f8a49 |
children | ba5afb18cc4a |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)