Mercurial > emacs
changeset 98472:cbc542a48bb0
(USAGE1): Add --daemon.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 03 Oct 2008 07:06:33 +0000 |
parents | 497018549116 |
children | 795a2d052f80 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Fri Oct 03 06:09:30 2008 +0000 +++ b/src/emacs.c Fri Oct 03 07:06:33 2008 +0000 @@ -257,6 +257,7 @@ Initialization options:\n\ \n\ --batch do not do interactive display; implies -q\n\ +--daemon start a server in the background\n\ --debug-init enable Emacs Lisp debugger for init file\n\ --display, -d DISPLAY use X server DISPLAY\n\ --multibyte, --no-unibyte inhibit the effect of EMACS_UNIBYTE\n\