emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106006: Document exactly how emacscl


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106006: Document exactly how emacsclient's -a "" starts the daemon.
Date: Thu, 06 Oct 2011 11:13:45 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106006
fixes bug(s): http://debbugs.gnu.org/9674
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-10-06 11:13:45 -0400
message:
  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.
modified:
  doc/emacs/ChangeLog
  doc/emacs/misc.texi
  doc/man/ChangeLog
  doc/man/emacsclient.1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-10-01 21:54:33 +0000
+++ b/doc/emacs/ChangeLog       2011-10-06 15:13:45 +0000
@@ -1,3 +1,8 @@
+2011-10-06  Chong Yidong  <address@hidden>
+
+       * misc.texi (emacsclient Options): Document how emacsclient runs
+       the Emacs daemon (Bug#9674).
+
 2011-10-01  Chong Yidong  <address@hidden>
 
        * basic.texi (Moving Point):

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2011-08-28 18:49:59 +0000
+++ b/doc/emacs/misc.texi       2011-10-06 15:13:45 +0000
@@ -1531,8 +1531,8 @@
 This is useful when running @code{emacsclient} in a script.
 
 As a special exception, if @var{command} is the empty string, then
address@hidden starts Emacs in daemon mode and then tries
-connecting again.
address@hidden 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

=== modified file 'doc/man/ChangeLog'
--- a/doc/man/ChangeLog 2011-09-17 18:43:04 +0000
+++ b/doc/man/ChangeLog 2011-10-06 15:13:45 +0000
@@ -1,3 +1,7 @@
+2011-10-06  Chong Yidong  <address@hidden>
+
+       * emacsclient.1: Document how -a "" starts the daemon.
+
 2011-09-17  Sven Joachim  <address@hidden>
 
        * emacs.1: Escape a dash.

=== modified file 'doc/man/emacsclient.1'
--- a/doc/man/emacsclient.1     2011-07-12 01:38:28 +0000
+++ b/doc/man/emacsclient.1     2011-10-06 15:13:45 +0000
@@ -52,8 +52,8 @@
 .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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]