aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-01 23:48:39 -0800
committerGlenn Morris2012-02-01 23:48:39 -0800
commit953cebf5a8bde005bf7e56fd2ab31a32f32a3586 (patch)
tree09d121e0306be33e415376978a2625510c8d9121 /etc
parent1b9f60cc53ca3918bbf807920cbaa43cf298a4cb (diff)
downloademacs-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/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7bf9a1c36c4..d4acdd3f84e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1238set of "wrapping" filters, similar to around advice. 1238set of "wrapping" filters, similar to around advice.
1239 1239
1240** `server-eval-at' is provided to allow evaluating forms on different 1240+++
1241Emacs server instances. 1241** The new function `server-eval-at' allows evaluation of Lisp forms on
1242named 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