From: John Paul Wallington Date: Mon, 2 Jun 2008 20:10:25 +0000 (+0000) Subject: (mh-exec-cmd-env-daemon): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~5155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c76608f05ad74aada65cc3cbfd2f93f2980db96a;p=emacs.git (mh-exec-cmd-env-daemon): Doc fix. --- 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.