diff options
| author | Glenn Morris | 2012-02-01 23:48:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-01 23:48:39 -0800 |
| commit | 953cebf5a8bde005bf7e56fd2ab31a32f32a3586 (patch) | |
| tree | 09d121e0306be33e415376978a2625510c8d9121 /etc | |
| parent | 1b9f60cc53ca3918bbf807920cbaa43cf298a4cb (diff) | |
| download | emacs-953cebf5a8bde005bf7e56fd2ab31a32f32a3586.tar.gz emacs-953cebf5a8bde005bf7e56fd2ab31a32f32a3586.zip | |
server.el doc fixes
* lisp/server.el (server-auth-dir): Doc fix.
(server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
* etc/NEWS: Markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1237,8 +1237,9 @@ passing the hook functions as arguments to a "wrapping" function. | |||
| 1237 | *** New macro `with-wrapper-hook' for running an abnormal hook as a | 1237 | *** New macro `with-wrapper-hook' for running an abnormal hook as a |
| 1238 | set of "wrapping" filters, similar to around advice. | 1238 | set of "wrapping" filters, similar to around advice. |
| 1239 | 1239 | ||
| 1240 | ** `server-eval-at' is provided to allow evaluating forms on different | 1240 | +++ |
| 1241 | Emacs server instances. | 1241 | ** The new function `server-eval-at' allows evaluation of Lisp forms on |
| 1242 | named Emacs server instances, using TCP sockets. | ||
| 1242 | 1243 | ||
| 1243 | +++ | 1244 | +++ |
| 1244 | ** `call-process' and `call-process-region' allow a `(:file "file")' spec | 1245 | ** `call-process' and `call-process-region' allow a `(:file "file")' spec |