Mercurial > emacs
changeset 110826:57882cb996a9
lisp/server.el (server-process-filter): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 29 Sep 2010 15:24:55 +0200 |
parents | 069bd354cdbb |
children | 9814473572d4 |
files | lisp/ChangeLog lisp/server.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 29 09:56:45 2010 +0900 +++ b/lisp/ChangeLog Wed Sep 29 15:24:55 2010 +0200 @@ -1,3 +1,7 @@ +2010-09-29 Juanma Barranquero <lekktu@gmail.com> + + * server.el (server-process-filter): Doc fix. + 2010-09-27 Drew Adams <drew.adams@oracle.com> * dired.el (dired-save-positions): Doc fix. (Bug#7119)
--- a/lisp/server.el Wed Sep 29 09:56:45 2010 +0900 +++ b/lisp/server.el Wed Sep 29 15:24:55 2010 +0200 @@ -857,7 +857,7 @@ 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.