summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--email/email.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/email/email.scm b/email/email.scm
index d6b4e7e..850c783 100644
--- a/email/email.scm
+++ b/email/email.scm
@@ -913,6 +913,6 @@ input port reading an mbox file."
     email))
 
 (define (mbox->emails port)
-  "Read next email from PORT and return as a bytevector.  PORT is an
-input port reading an mbox file."
+  "Read all emails from PORT and return as a list of bytevectors.
+PORT is an input port reading an mbox file."
   (read-objects read-next-email-in-mbox port))