]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-exec-cmd-env-daemon): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 2 Jun 2008 20:10:25 +0000 (20:10 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 2 Jun 2008 20:10:25 +0000 (20:10 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index 9dab44b10247ca2a304c4d0d8c5da395081908da..0c1a936ff85ba618b90740cf792f4c2a82908895 100644 (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
index 8e3dd8ef6a12ed7904a0b7d7bbe483b32ff3cdf8..e1f1c561051ed646f1622ec63dd15f8910b4c3ac 100644 (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.