From 2b7ba565a6954bd9258051a13f950a0fc23abc9c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Sep 2010 15:24:55 +0200 Subject: [PATCH] lisp/server.el (server-process-filter): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/server.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87520c2721b..22cc8f3a3ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Juanma Barranquero + + * server.el (server-process-filter): Doc fix. + 2010-09-27 Drew Adams * dired.el (dired-save-positions): Doc fix. (Bug#7119) 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. -- 2.39.2