# HG changeset patch # User Glenn Morris # Date 1223017593 0 # Node ID cbc542a48bb03e2960e9a8875bba3e116fe6039f # Parent 4970185491163159eaa340a054d633a977c08f31 (USAGE1): Add --daemon. diff -r 497018549116 -r cbc542a48bb0 src/emacs.c --- 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\