aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/processes.texi6
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 @@
12011-09-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * processes.texi (Network Servers): Clarify what the process
4 buffer is used for (bug#9233).
5
12011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change) 62011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
2 7
3 * lists.texi (Building Lists): Fix typo. 8 * 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
1981buffer for the purpose. The buffer name is the server's buffer name 1981buffer for the purpose. The buffer name is the server's buffer name
1982or process name, concatenated with the client identification string. 1982or process name, concatenated with the client identification string.
1983 1983
1984The server's process buffer value is never used directly by Emacs, but 1984The server's process buffer value is never used directly, but the log
1985it is passed to the log function, which can log connections by 1985function can retrieve it and use it to log connections by inserting
1986inserting text there. 1986text there.
1987 1987
1988@item 1988@item
1989The communication type and the process filter and sentinel are 1989The communication type and the process filter and sentinel are