diff options
author | Arun Isaac | 2021-06-10 22:50:17 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-10 22:50:17 +0530 |
commit | 6c34f3b9cdab5902a7a68130f3e533a767275e19 (patch) | |
tree | 6a956c38815c1492c06ce2afb1ccb02917a81a3d | |
parent | 25c335ebb4ff3b3143b2adec694fe519a93808a2 (diff) | |
download | guile-email-6c34f3b9cdab5902a7a68130f3e533a767275e19.tar.gz guile-email-6c34f3b9cdab5902a7a68130f3e533a767275e19.tar.lz guile-email-6c34f3b9cdab5902a7a68130f3e533a767275e19.zip |
doc: Update mbox->emails documentation.
* doc/guile-email.texi (Reading Email): Update mbox->emails
documentation.
-rw-r--r-- | doc/guile-email.texi | 6 |
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 |