diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index bae3e02d302..c3b98fc55de 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * cmdargs.texi (Initial Options): Document --daemon. | ||
| 4 | |||
| 1 | 2008-09-20 Glenn Morris <rgm@gnu.org> | 5 | 2008-09-20 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * files.texi (Numbered Backups): Mention that some modes set | 7 | * files.texi (Numbered Backups): Mention that some modes set |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 74ebe3c9e1f..1e733755e99 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -277,6 +277,15 @@ option and @samp{-Q} are the only options that block it. | |||
| 277 | Start emacs with minimum customizations. This is like using @samp{-q} | 277 | Start emacs with minimum customizations. This is like using @samp{-q} |
| 278 | and @samp{--no-site-file}, but also disables the startup screen. | 278 | and @samp{--no-site-file}, but also disables the startup screen. |
| 279 | 279 | ||
| 280 | @item -daemon | ||
| 281 | @opindex -daemon | ||
| 282 | @itemx --daemon | ||
| 283 | @opindex --daemon | ||
| 284 | Start emacs in background as a daemon (i.e. it will disconnect from the | ||
| 285 | terminal), do not open any frames and start the server. Clients can | ||
| 286 | connect and create graphical or terminal frames using | ||
| 287 | @code{emacsclient}. | ||
| 288 | |||
| 280 | @item --no-splash | 289 | @item --no-splash |
| 281 | @opindex --no-splash | 290 | @opindex --no-splash |
| 282 | @vindex inhibit-splash-screen | 291 | @vindex inhibit-splash-screen |