Mercurial > emacs
diff src/emacs.c @ 98472:cbc542a48bb0
(USAGE1): Add --daemon.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 03 Oct 2008 07:06:33 +0000 |
| parents | d6ab37532b9b |
| children | bc9970afd5be |
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\
