diff options
| author | Dan Nicolaescu | 2008-12-18 08:24:37 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-18 08:24:37 +0000 |
| commit | c569485caff4b15ebf9a9a839ec23c64b2ec7b4b (patch) | |
| tree | b07c53e338778ce23af67d7ebe3099ca27ed1d81 /etc | |
| parent | 991227c0523cfbc231a10c21f5c09649f0bde793 (diff) | |
| download | emacs-c569485caff4b15ebf9a9a839ec23c64b2ec7b4b.tar.gz emacs-c569485caff4b15ebf9a9a839ec23c64b2ec7b4b.zip | |
Add info about emacsclient starting the daemon.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -134,6 +134,10 @@ testing for the `multi-tty' feature. | |||
| 134 | starts the server. Clients can connect and create graphical or | 134 | starts the server. Clients can connect and create graphical or |
| 135 | terminal frames using emacsclient. | 135 | terminal 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 | ||
| 139 | emacs 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 |
| 138 | remote display. | 142 | remote display. |
| 139 | 143 | ||