diff options
author | Alan Mackenzie <acm@muc.de> | 2007-04-09 17:01:44 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2007-04-09 17:01:44 +0000 |
commit | 321668472135a2d3c4f08b7ce091752849205715 (patch) | |
tree | 82f5b3a4beb50505334ec8c9601e5759c47b59d2 /man/cmdargs.texi | |
parent | e5a858825f5b88aba7c41eced26f43974cbed89e (diff) | |
download | emacs-321668472135a2d3c4f08b7ce091752849205715.tar.gz |
(Initial Options): Call "inhibit-splash-screen" by its new name. Insert
concept index entries.
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r-- | man/cmdargs.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 6586f304bc4..860d9ac1403 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -279,9 +279,14 @@ and @samp{--no-site-file}, but also disables the startup screen. @item --no-splash @opindex --no-splash -@vindex inhibit-startup-message -Do not display a splash screen on startup; this is equivalent to -setting the variable @code{inhibit-startup-message} to non-@code{nil}. +@vindex inhibit-splash-screen +@cindex splash screen +@cindex startup message +Do not display a splash screen on startup. You can also achieve this +effect by setting the variable @code{inhibit-splash-screen} to +non-@code{nil} in you personal init file (but @emph{not} in +@file{site-start.el}). (This variable was called +@code{inhibit-startup-message} in previous Emacs versions.) @item --no-desktop @opindex --no-desktop |