# HG changeset patch # User Chong Yidong # Date 1223772164 0 # Node ID ae02595c12a59df4d7f222d27bb0e88ea6c03ba8 # Parent 4a3c18a58571130d30ae946db83c645a2429c4c6 (General Variables): Change Numbered Backups xref to Backup Names. (Initial Options): Document renamed variable inhibit-startup-screen. diff -r 4a3c18a58571 -r ae02595c12a5 doc/emacs/cmdargs.texi --- a/doc/emacs/cmdargs.texi Sun Oct 12 00:42:32 2008 +0000 +++ b/doc/emacs/cmdargs.texi Sun Oct 12 00:42:44 2008 +0000 @@ -288,14 +288,15 @@ @item --no-splash @opindex --no-splash -@vindex inhibit-splash-screen +@vindex inhibit-startup-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 +effect by setting the variable @code{inhibit-startup-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.) +@code{inhibit-splash-screen} or @code{inhibit-startup-message} in +previous Emacs versions.) @item --no-desktop @opindex --no-desktop @@ -597,7 +598,7 @@ The user's login name. See also @env{LOGNAME}. On MS-DOS, this defaults to @samp{root}. @item VERSION_CONTROL -Used to initialize the @code{version-control} variable (@pxref{Numbered Backups}). +Used to initialize the @code{version-control} variable (@pxref{Backup Names}). @end table @node Misc Variables