]> git.eshelyaron.com Git - emacs.git/commitdiff
* processes.texi (Network Servers): Clarify what the process buffer is used for.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Sep 2011 02:04:07 +0000 (04:04 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:04:07 +0000 (04:04 +0200)
Fixes: debbugs:9233
doc/lispref/ChangeLog
doc/lispref/processes.texi

index 3f52d684683110f92a288bd5598315bcb92a4e85..4873680d0a11b70fead8b3a9f08e2bfc4e407020 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * processes.texi (Network Servers): Clarify what the process
+       buffer is used for (bug#9233).
+
 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
 
        * lists.texi (Building Lists): Fix typo.
index 5d5b11497f72c380b216614e15208646a7313e3e..d4f8ee9708bf9318174fab4ad3239a5b872137ea 100644 (file)
@@ -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