Mercurial > emacs
comparison lisp/mh-e/mh-e.el @ 95484:a806f375466b
(mh-exec-cmd-env-daemon): Doc fix.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 02 Jun 2008 20:09:57 +0000 |
parents | 31d54ec5d504 |
children | 5ef5228e0e13 |
comparison
equal
deleted
inserted
replaced
95483:d3cbd7d56845 | 95484:a806f375466b |
---|---|
552 (mh-list-to-string args)))) | 552 (mh-list-to-string args)))) |
553 (set-process-filter process (or filter 'mh-process-daemon)) | 553 (set-process-filter process (or filter 'mh-process-daemon)) |
554 process)) | 554 process)) |
555 | 555 |
556 (defun mh-exec-cmd-env-daemon (env command filter &rest args) | 556 (defun mh-exec-cmd-env-daemon (env command filter &rest args) |
557 "In ennvironment ENV, execute mh-command COMMAND in the background. | 557 "In environment ENV, execute mh-command COMMAND in the background. |
558 | 558 |
559 ENV is nil or a string of space-separated \"var=value\" elements. | 559 ENV is nil or a string of space-separated \"var=value\" elements. |
560 Signals an error if process does not complete successfully. | 560 Signals an error if process does not complete successfully. |
561 | 561 |
562 If FILTER is non-nil then it is used to process the output | 562 If FILTER is non-nil then it is used to process the output |