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 @@ +2008-06-02 John Paul Wallington + + * mh-e.el (mh-exec-cmd-env-daemon): Doc fix. + 2008-06-01 John Paul Wallington * 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." process)) (defun mh-exec-cmd-env-daemon (env command filter &rest args) - "In ennvironment ENV, execute mh-command COMMAND in the background. + "In environment ENV, execute mh-command COMMAND in the background. ENV is nil or a string of space-separated \"var=value\" elements. Signals an error if process does not complete successfully.