aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-18 08:24:37 +0000
committerDan Nicolaescu2008-12-18 08:24:37 +0000
commitc569485caff4b15ebf9a9a839ec23c64b2ec7b4b (patch)
treeb07c53e338778ce23af67d7ebe3099ca27ed1d81 /etc
parent991227c0523cfbc231a10c21f5c09649f0bde793 (diff)
downloademacs-c569485caff4b15ebf9a9a839ec23c64b2ec7b4b.tar.gz
emacs-c569485caff4b15ebf9a9a839ec23c64b2ec7b4b.zip
Add info about emacsclient starting the daemon.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 723f7532e2a..a1419b17104 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -134,6 +134,10 @@ testing for the `multi-tty' feature.
134starts the server. Clients can connect and create graphical or 134starts the server. Clients can connect and create graphical or
135terminal frames using emacsclient. 135terminal frames using emacsclient.
136 136
137**** emacsclient starts emacs in daemon mode and connects to it when
138--alternate-editor="" is used and emacsclient cannot connect to an
139emacs server.
140
137*** The new command close-display-connection closes a connection to a 141*** The new command close-display-connection closes a connection to a
138remote display. 142remote display.
139 143