aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-19 12:29:22 +0000
committerEli Zaretskii2008-10-19 12:29:22 +0000
commit583d8b3cfe2401c7643f5d651b30b43bd9937f05 (patch)
tree0dc41a9a65235889a1fb39845676b4796ef71ed4 /etc
parent437706cd52ee83871580a9c07a84f91c944a1163 (diff)
downloademacs-583d8b3cfe2401c7643f5d651b30b43bd9937f05.tar.gz
emacs-583d8b3cfe2401c7643f5d651b30b43bd9937f05.zip
(Synchronous Processes): Document `process-lines'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5bb8d829e2c..20d71c89c2f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1324,6 +1324,7 @@ but obeys file handlers. The file handler is chosen based on
1324and `process-file-shell-command' are also new; they call internally 1324and `process-file-shell-command' are also new; they call internally
1325`start-file-process' and `process-file', respectively. 1325`start-file-process' and `process-file', respectively.
1326 1326
1327+++
1327*** The new function `process-lines' executes an external program and 1328*** The new function `process-lines' executes an external program and
1328returns its output as a list of lines. 1329returns its output as a list of lines.
1329 1330