]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/cmdargs.texi
(General Variables): Change Numbered Backups xref to Backup Names.
[gnu-emacs] / doc / emacs / cmdargs.texi
index 74ebe3c9e1fb18eca42fd57130cb24f395ee639c..94e69bcdfe8da8e8c4a3813cfd9ea830d86dd227 100644 (file)
@@ -277,16 +277,26 @@ option and @samp{-Q} are the only options that block it.
 Start emacs with minimum customizations.  This is like using @samp{-q}
 and @samp{--no-site-file}, but also disables the startup screen.
 
+@item -daemon
+@opindex -daemon
+@itemx --daemon
+@opindex --daemon
+Start emacs in background as a daemon (i.e. it will disconnect from the
+terminal), do not open any frames and start the server.  Clients can
+connect and create graphical or terminal frames using
+@code{emacsclient}.
+
 @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
@@ -588,7 +598,7 @@ does not use @env{TZ} at all.
 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