]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/cmdargs.texi (Initial Options): Copyedit for --daemon.
authorGlenn Morris <rgm@gnu.org>
Tue, 15 Nov 2016 23:53:25 +0000 (18:53 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 15 Nov 2016 23:53:25 +0000 (18:53 -0500)
doc/emacs/cmdargs.texi

index 881bf11a9f031906371d29454df3d985084baa0b..8db2ea12c898bfa746e696835e1abda386c3a424 100644 (file)
@@ -327,18 +327,15 @@ setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}).
 
 @item -daemon
 @opindex -daemon
-@itemx --daemon
+@itemx --daemon[=@var{name}]
 @opindex --daemon
 Start Emacs as a daemon---after Emacs starts up, it starts the Emacs
 server and disconnects from the terminal without opening any frames.
+(Optionally, you can specify an explicit @var{name} for the server.)
 You can then use the @command{emacsclient} command to connect to Emacs
 for editing.  @xref{Emacs Server}, for information about using Emacs
 as a daemon.
 
-@item -daemon=@var{SERVER-NAME}
-Start emacs in background as a daemon, and use @var{SERVER-NAME} as
-the server name.
-
 @item --no-desktop
 @opindex --no-desktop
 Do not reload any saved desktop.  @xref{Saving Emacs Sessions}.