diff options
| author | Noam Postavsky | 2017-05-29 22:13:53 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2017-05-29 22:18:55 -0400 |
| commit | 75b849294656fd92e77a2a6281ff4dceaaa38475 (patch) | |
| tree | 3df43d0cc640c8f5522461be9d346530d26e3bcd /doc/lispref | |
| parent | 941a2e7347e3a0d393e67872e6151be8cc66d9a2 (diff) | |
| download | emacs-75b849294656fd92e77a2a6281ff4dceaaa38475.tar.gz emacs-75b849294656fd92e77a2a6281ff4dceaaa38475.zip | |
Rename '--new-daemon' to 'fg-daemon' and '--old-daemon' to '--bg-daemon'
* doc/emacs/cmdargs.texi (Initial Options):
* doc/lispref/os.texi (Startup Summary):
* etc/NEWS:
* etc/emacs.service:
* src/emacs.c (main):
* src/lisp.h: Rename '--new-daemon' to 'fg-daemon' and '--old-daemon' to
'--bg-daemon'.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/os.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 438f48c3471..e6ec60f9236 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -337,10 +337,10 @@ Do not display a splash screen. | |||
| 337 | Run without an interactive terminal. @xref{Batch Mode}. | 337 | Run without an interactive terminal. @xref{Batch Mode}. |
| 338 | 338 | ||
| 339 | @item --daemon | 339 | @item --daemon |
| 340 | @itemx --old-daemon | 340 | @itemx --bg-daemon |
| 341 | @itemx --new-daemon | 341 | @itemx --fg-daemon |
| 342 | Do not initialize any display; just start a server. | 342 | Do not initialize any display; just start a server. |
| 343 | (An ``old-style'' daemon automatically runs in the background.) | 343 | (A ``background'' daemon automatically runs in the background.) |
| 344 | 344 | ||
| 345 | @item --no-init-file | 345 | @item --no-init-file |
| 346 | @itemx -q | 346 | @itemx -q |