1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mh-exec-cmd-env-daemon): Doc fix.

This commit is contained in:
John Paul Wallington 2008-06-02 20:10:25 +00:00
parent 17e28f6d73
commit c76608f05a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-06-02 John Paul Wallington <jpw@pobox.com>
* mh-e.el (mh-exec-cmd-env-daemon): Doc fix.
2008-06-01 John Paul Wallington <jpw@pobox.com>
* mh-e.el (mh-path, mh-variant): Use dotted syntax for

View file

@ -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.