aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-09 13:31:06 -0700
committerPaul Eggert2014-06-09 13:31:06 -0700
commitfeb6546cdf5b43f8e50aaaabb29c6856a9251893 (patch)
tree60ecc4775ad2202b402cfe7e28f1f27d07d30331 /src/ChangeLog
parent2c70e6b00aec31c455eee2a939863a4e382986fc (diff)
downloademacs-feb6546cdf5b43f8e50aaaabb29c6856a9251893.tar.gz
emacs-feb6546cdf5b43f8e50aaaabb29c6856a9251893.zip
Say (accept-process-output P)'s result pertains to P if P is non-nil.
* doc/lispref/processes.texi (Accepting Output): * src/process.c (Faccept_process_output) (wait_reading_process_output): Mention that if PROCESS is non-nil, the return value is about PROCESS, not about other processes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5fbf2e377e5..acddd01dc4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-06-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Say (accept-process-output P)'s result pertains to P if P is non-nil.
4 * process.c (Faccept_process_output)
5 (wait_reading_process_output): Mention that if PROCESS is non-nil,
6 the return value is about PROCESS, not about other processes.
7
12014-06-09 Dmitry Antipov <dmantipov@yandex.ru> 82014-06-09 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Further adjustments to mark_object and friends. 10 Further adjustments to mark_object and friends.