Mercurial > emacs
changeset 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 | d3cbd7d56845 |
children | 942d8b69e820 |
files | lisp/mh-e/mh-e.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el Mon Jun 02 16:40:59 2008 +0000 +++ b/lisp/mh-e/mh-e.el Mon Jun 02 20:09:57 2008 +0000 @@ -554,7 +554,7 @@ 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.