From: Juanma Barranquero Date: Sun, 11 Sep 2011 02:04:07 +0000 (+0200) Subject: * processes.texi (Network Servers): Clarify what the process buffer is used for. X-Git-Tag: emacs-pretest-24.0.90~104^2~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cec2eab875a23bf1331361727ade3fd233dd028c;p=emacs.git * processes.texi (Network Servers): Clarify what the process buffer is used for. Fixes: debbugs:9233 --- 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