summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libmailbox.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 1fde77cc91..fe7c483062 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -101,8 +101,9 @@ messages start with the EOOH line and end with a line containing only
\subsection{Mailbox Objects \label{mailbox-objects}}
-All implementations of Mailbox objects are iterator objects, and so
-have one externally visible method:
+All implementations of mailbox objects are iterable objects, and
+have one externally visible method. This method is used by iterators
+created from mailbox objects and may also be used directly.
\begin{methoddesc}[mailbox]{next}{}
Return the next message in the mailbox, created with the optional