Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cec2eab8
Commit
cec2eab8
authored
Sep 11, 2011
by
Juanma Barranquero
Committed by
Lars Magne Ingebrigtsen
Sep 11, 2011
Browse files
* processes.texi (Network Servers): Clarify what the process buffer is used for.
Fixes: debbugs:9233
parent
b322f63a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/processes.texi
doc/lispref/processes.texi
+3
-3
No files found.
doc/lispref/ChangeLog
View file @
cec2eab8
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.
...
...
doc/lispref/processes.texi
View file @
cec2eab8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment