aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-e.el2
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 @@
12008-06-02 John Paul Wallington <jpw@pobox.com>
2
3 * mh-e.el (mh-exec-cmd-env-daemon): Doc fix.
4
12008-06-01 John Paul Wallington <jpw@pobox.com> 52008-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
559ENV is nil or a string of space-separated \"var=value\" elements. 559ENV is nil or a string of space-separated \"var=value\" elements.
560Signals an error if process does not complete successfully. 560Signals an error if process does not complete successfully.