From cec2eab875a23bf1331361727ade3fd233dd028c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 11 Sep 2011 04:04:07 +0200 Subject: [PATCH] * processes.texi (Network Servers): Clarify what the process buffer is used for. Fixes: debbugs:9233 --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/processes.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3f52d684683..4873680d0a1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-09-11 Juanma Barranquero + + * processes.texi (Network Servers): Clarify what the process + buffer is used for (bug#9233). + 2011-08-30 Dani Moncayo (tiny change) * lists.texi (Building Lists): Fix typo. diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 5d5b11497f7..d4f8ee9708b 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -1981,9 +1981,9 @@ not get a separate process buffer; otherwise, Emacs creates a new buffer for the purpose. The buffer name is the server's buffer name or process name, concatenated with the client identification string. -The server's process buffer value is never used directly by Emacs, but -it is passed to the log function, which can log connections by -inserting text there. +The server's process buffer value is never used directly, but the log +function can retrieve it and use it to log connections by inserting +text there. @item The communication type and the process filter and sentinel are -- 2.11.4.GIT