diff options
| author | Glenn Morris | 2012-02-01 23:21:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-01 23:21:20 -0800 |
| commit | 1b9f60cc53ca3918bbf807920cbaa43cf298a4cb (patch) | |
| tree | 31dbc365c30a39eb1bf1537469602b8670b08fe5 /etc | |
| parent | 7e2734bc381568d40f83d6cdfa7043bdfdde17f9 (diff) | |
| download | emacs-1b9f60cc53ca3918bbf807920cbaa43cf298a4cb.tar.gz emacs-1b9f60cc53ca3918bbf807920cbaa43cf298a4cb.zip | |
Tiny doc tweaks for call-process's :file spec.
* doc/lispref/processes.texi (Synchronous Processes):
Mention call-process's :file gets overwritten.
* src/callproc.c (Fcall_process, Fcall_process_region): Doc fix.
* etc/NEWS: Markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1240,8 +1240,9 @@ set of "wrapping" filters, similar to around advice. | |||
| 1240 | ** `server-eval-at' is provided to allow evaluating forms on different | 1240 | ** `server-eval-at' is provided to allow evaluating forms on different |
| 1241 | Emacs server instances. | 1241 | Emacs server instances. |
| 1242 | 1242 | ||
| 1243 | ** `call-process' allows a `(:file "file")' spec to redirect STDOUT to | 1243 | +++ |
| 1244 | a file. | 1244 | ** `call-process' and `call-process-region' allow a `(:file "file")' spec |
| 1245 | to redirect STDOUT to a file. | ||
| 1245 | 1246 | ||
| 1246 | --- | 1247 | --- |
| 1247 | ** Variable `stack-trace-on-error' removed. | 1248 | ** Variable `stack-trace-on-error' removed. |