comparison man/cmdargs.texi @ 77086:8a7e4a9d6e94

(Initial Options): Call "inhibit-splash-screen" by its new name. Insert concept index entries.
author Alan Mackenzie <acm@muc.de>
date Mon, 09 Apr 2007 17:01:44 +0000
parents 3d45362f1d38
children b3e5ac3a2206 4ef881a120fe
comparison
equal deleted inserted replaced
77085:4f239924057d 77086:8a7e4a9d6e94
277 Start emacs with minimum customizations. This is like using @samp{-q} 277 Start emacs with minimum customizations. This is like using @samp{-q}
278 and @samp{--no-site-file}, but also disables the startup screen. 278 and @samp{--no-site-file}, but also disables the startup screen.
279 279
280 @item --no-splash 280 @item --no-splash
281 @opindex --no-splash 281 @opindex --no-splash
282 @vindex inhibit-startup-message 282 @vindex inhibit-splash-screen
283 Do not display a splash screen on startup; this is equivalent to 283 @cindex splash screen
284 setting the variable @code{inhibit-startup-message} to non-@code{nil}. 284 @cindex startup message
285 Do not display a splash screen on startup. You can also achieve this
286 effect by setting the variable @code{inhibit-splash-screen} to
287 non-@code{nil} in you personal init file (but @emph{not} in
288 @file{site-start.el}). (This variable was called
289 @code{inhibit-startup-message} in previous Emacs versions.)
285 290
286 @item --no-desktop 291 @item --no-desktop
287 @opindex --no-desktop 292 @opindex --no-desktop
288 Do not reload any saved desktop. @xref{Saving Emacs Sessions}. 293 Do not reload any saved desktop. @xref{Saving Emacs Sessions}.
289 294