mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* processes.texi (Network Servers): Clarify what the process buffer is used for.
Fixes: debbugs:9233
This commit is contained in:
parent
b322f63a7c
commit
cec2eab875
2 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue