summaryrefslogtreecommitdiff
path: root/lisp/server.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-09-29 15:24:55 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-09-29 15:24:55 +0200
commit2b7ba565a6954bd9258051a13f950a0fc23abc9c (patch)
treec30296ffe6981dfe1f0d40ca96a5d4ac0517adc1 /lisp/server.el
parent9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79 (diff)
downloademacs-2b7ba565a6954bd9258051a13f950a0fc23abc9c.tar.gz
emacs-2b7ba565a6954bd9258051a13f950a0fc23abc9c.tar.bz2
emacs-2b7ba565a6954bd9258051a13f950a0fc23abc9c.zip
lisp/server.el (server-process-filter): Doc fix.
Diffstat (limited to 'lisp/server.el')
-rw-r--r--lisp/server.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el
index e8a0125f554..265b422e957 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -857,7 +857,7 @@ The following commands are accepted by the client:
returned by -eval.
`-error DESCRIPTION'
- Signal an error (but continue processing).
+ Signal an error and delete process PROC.
`-suspend'
Suspend this terminal, i.e., stop the client process.