aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorChong Yidong2011-10-06 11:13:45 -0400
committerChong Yidong2011-10-06 11:13:45 -0400
commit453e452200f9c39e7f4fa6ba084efbf6014ba210 (patch)
treefe5c82d71249810ce937ca617718d8cf6c08dfdd /doc/man
parenta1c2d21e0e23bb792ecf973355480db6f14e4464 (diff)
downloademacs-453e452200f9c39e7f4fa6ba084efbf6014ba210.tar.gz
emacs-453e452200f9c39e7f4fa6ba084efbf6014ba210.zip
Document exactly how emacsclient's -a "" starts the daemon.
* doc/emacs/misc.texi (emacsclient Options): Document how emacsclient runs the Emacs daemon. * doc/man/emacsclient.1: Document how -a "" starts the daemon. Fixes: debbugs:9674
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacsclient.14
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index a5146be9175..b9175ce51ea 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
12011-10-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacsclient.1: Document how -a "" starts the daemon.
4
12011-09-17 Sven Joachim <svenjoac@gmx.de> 52011-09-17 Sven Joachim <svenjoac@gmx.de>
2 6
3 * emacs.1: Escape a dash. 7 * emacs.1: Escape a dash.
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index 4020b6c0b6a..a5abcff0d5d 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -52,8 +52,8 @@ options starting with two dashes (`-').
52.B \-a, \-\-alternate-editor=EDITOR 52.B \-a, \-\-alternate-editor=EDITOR
53if the Emacs server is not running, run the specified editor instead. 53if the Emacs server is not running, run the specified editor instead.
54This can also be specified via the `ALTERNATE_EDITOR' environment variable. 54This can also be specified via the `ALTERNATE_EDITOR' environment variable.
55If the value of EDITOR is the empty string, then Emacs is started in 55If the value of EDITOR is the empty string, run `emacs --daemon' to
56daemon mode and emacsclient will try to connect to it. 56start Emacs in daemon mode, and try to connect to it.
57.TP 57.TP
58.B -c, \-\-create-frame 58.B -c, \-\-create-frame
59create a new frame instead of trying to use the current Emacs frame 59create a new frame instead of trying to use the current Emacs frame