diff options
| author | Eli Zaretskii | 2008-10-19 12:29:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-19 12:29:22 +0000 |
| commit | 583d8b3cfe2401c7643f5d651b30b43bd9937f05 (patch) | |
| tree | 0dc41a9a65235889a1fb39845676b4796ef71ed4 /etc | |
| parent | 437706cd52ee83871580a9c07a84f91c944a1163 (diff) | |
| download | emacs-583d8b3cfe2401c7643f5d651b30b43bd9937f05.tar.gz emacs-583d8b3cfe2401c7643f5d651b30b43bd9937f05.zip | |
(Synchronous Processes): Document `process-lines'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1324,6 +1324,7 @@ but obeys file handlers. The file handler is chosen based on | |||
| 1324 | and `process-file-shell-command' are also new; they call internally | 1324 | and `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 |
| 1328 | returns its output as a list of lines. | 1329 | returns its output as a list of lines. |
| 1329 | 1330 | ||