From dbdde8eab8ee4cc545a7adcff5089f14f7c211ec Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 23 Sep 2019 11:23:13 +0530 Subject: email: Update mbox->emails docstring. The earlier docstring was one meant for read-next-email-in-mbox. * email/email.scm (mbox->emails): Update docstring. --- email/email.scm | 4 ++-- 1 file 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)) -- cgit v1.2.3