summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/guile-email.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guile-email.texi b/doc/guile-email.texi
index ed43d5a..72d8ee3 100644
--- a/doc/guile-email.texi
+++ b/doc/guile-email.texi
@@ -3,7 +3,7 @@
 @settitle guile-email
 
 @copying
-Copyright @copyright{} 2019 Arun Isaac@*
+Copyright @copyright{} 2019, 2021 Arun Isaac@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -449,8 +449,8 @@ bytevector.
 @chapter Reading Email
 
 @deffn {Scheme Procedure} mbox->emails port
-Read next email from @var{port} and return as a bytevector.  @var{port}
-is an input port reading an mbox file.
+Read all emails from @var{port} and return as a list of bytevectors.
+@var{port} is an input port reading an mbox file.
 @end deffn
 
 @node Contributing