Improve process doc. with respect to handling of large input (Bug#33191)
authorCharles A. Roelli <charles@aurox.ch>
Sat, 22 Dec 2018 16:14:36 +0000 (17:14 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 22 Dec 2018 16:14:36 +0000 (17:14 +0100)
commit24ddea074a2e61f7accde60cdf941ba67b1ce82a
tree478dd0169c6f2cec90deb772c0ddac0670e94143
parent29310168310e807d289e789a1134df95c366d133
Improve process doc. with respect to handling of large input (Bug#33191)

* src/process.c (Fprocess_send_region, Fprocess_send_string):
Document that process input longer than the process input
buffer may be split into bunches.  Remove an outdated
reference to a 500 character split boundary.
* doc/lispref/processes.texi (Asynchronous Processes): Remove
mention of "stray character injections" in PTY processes.  See
also the comment about ICANON in src/sysdep.c, function
child_setup_tty.
doc/lispref/processes.texi
src/process.c