]> git.eshelyaron.com Git - emacs.git/commitdiff
Document exactly how emacsclient's -a "" starts the daemon.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 6 Oct 2011 15:13:45 +0000 (11:13 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 6 Oct 2011 15:13:45 +0000 (11:13 -0400)
* 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
doc/emacs/ChangeLog
doc/emacs/misc.texi
doc/man/ChangeLog
doc/man/emacsclient.1

index 7d883a6eb91af52c1662348a4a893cc090490e15..ea124fb440232d4ad8b759cbca471baa8056c6fb 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * misc.texi (emacsclient Options): Document how emacsclient runs
+       the Emacs daemon (Bug#9674).
+
 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
 
        * basic.texi (Moving Point):
index 598f495784f6c1f60c34efe799fc4e3645a5b876..d7639b3b665685f23187d5cec0169578f53546ac 100644 (file)
@@ -1531,8 +1531,8 @@ Specify a command to run if @code{emacsclient} fails to contact Emacs.
 This is useful when running @code{emacsclient} in a script.
 
 As a special exception, if @var{command} is the empty string, then
-@code{emacsclient} starts Emacs in daemon mode and then tries
-connecting again.
+@code{emacsclient} starts Emacs in daemon mode (as @command{emacs
+--daemon}) and then tries connecting again.
 
 @cindex @env{ALTERNATE_EDITOR} environment variable
 The environment variable @env{ALTERNATE_EDITOR} has the same effect as
index a5146be917550e3b06e45a87d443573af6e1b7c1..b9175ce51ea669507e35e6a5a10a55957d0cdd60 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacsclient.1: Document how -a "" starts the daemon.
+
 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
 
        * emacs.1: Escape a dash.
index 4020b6c0b6abde590467e0059b6f5133ece208d9..a5abcff0d5d2f734472b2d96eb375dcca4bacba1 100644 (file)
@@ -52,8 +52,8 @@ options starting with two dashes (`-').
 .B \-a, \-\-alternate-editor=EDITOR
 if the Emacs server is not running, run the specified editor instead.
 This can also be specified via the `ALTERNATE_EDITOR' environment variable.
-If the value of EDITOR is the empty string, then Emacs is started in
-daemon mode and emacsclient will try to connect to it.
+If the value of EDITOR is the empty string, run `emacs --daemon' to
+start Emacs in daemon mode, and try to connect to it.
 .TP
 .B -c, \-\-create-frame
 create a new frame instead of trying to use the current Emacs frame