mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* doc/emacs/cmdargs.texi (Initial Options): Copyedit for --daemon.
This commit is contained in:
parent
5b0cddd915
commit
f758fcdb12
1 changed files with 2 additions and 5 deletions
|
@ -327,18 +327,15 @@ setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}).
|
||||||
|
|
||||||
@item -daemon
|
@item -daemon
|
||||||
@opindex -daemon
|
@opindex -daemon
|
||||||
@itemx --daemon
|
@itemx --daemon[=@var{name}]
|
||||||
@opindex --daemon
|
@opindex --daemon
|
||||||
Start Emacs as a daemon---after Emacs starts up, it starts the Emacs
|
Start Emacs as a daemon---after Emacs starts up, it starts the Emacs
|
||||||
server and disconnects from the terminal without opening any frames.
|
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
|
You can then use the @command{emacsclient} command to connect to Emacs
|
||||||
for editing. @xref{Emacs Server}, for information about using Emacs
|
for editing. @xref{Emacs Server}, for information about using Emacs
|
||||||
as a daemon.
|
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
|
@item --no-desktop
|
||||||
@opindex --no-desktop
|
@opindex --no-desktop
|
||||||
Do not reload any saved desktop. @xref{Saving Emacs Sessions}.
|
Do not reload any saved desktop. @xref{Saving Emacs Sessions}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue