diff options
| author | John Paul Wallington | 2008-06-02 20:10:25 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2008-06-02 20:10:25 +0000 |
| commit | c76608f05ad74aada65cc3cbfd2f93f2980db96a (patch) | |
| tree | e22d2f64b1ea860498bba518ac209f8a2094d9e5 | |
| parent | 17e28f6d738d766f4a2dc1f60bab79f1fb82377c (diff) | |
| download | emacs-c76608f05ad74aada65cc3cbfd2f93f2980db96a.tar.gz emacs-c76608f05ad74aada65cc3cbfd2f93f2980db96a.zip | |
(mh-exec-cmd-env-daemon): Doc fix.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 9dab44b1024..0c1a936ff85 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-02 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * mh-e.el (mh-exec-cmd-env-daemon): Doc fix. | ||
| 4 | |||
| 1 | 2008-06-01 John Paul Wallington <jpw@pobox.com> | 5 | 2008-06-01 John Paul Wallington <jpw@pobox.com> |
| 2 | 6 | ||
| 3 | * mh-e.el (mh-path, mh-variant): Use dotted syntax for | 7 | * mh-e.el (mh-path, mh-variant): Use dotted syntax for |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 8e3dd8ef6a1..e1f1c561051 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -554,7 +554,7 @@ ARGS are passed to COMMAND as command line arguments." | |||
| 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. |