changeset 98639:ae02595c12a5

(General Variables): Change Numbered Backups xref to Backup Names. (Initial Options): Document renamed variable inhibit-startup-screen.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 12 Oct 2008 00:42:44 +0000
parents 4a3c18a58571
children 6461bb6536e6
files doc/emacs/cmdargs.texi
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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