From dbc2d08ff5297371fa467d8cbd4a72a59fe71ff0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 13 May 1999 18:48:14 +0000 Subject: [PATCH] POP3.uidl(): Update description based on comments from Piers Lauder . --- Doc/lib/libpoplib.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex index e5d692af791..14f38dff21c 100644 --- a/Doc/lib/libpoplib.tex +++ b/Doc/lib/libpoplib.tex @@ -103,9 +103,9 @@ after the header of message number \var{which}. Result is in form \begin{methoddesc}{uidl}{\optional{which}} Return message digest (unique id) list. -If \var{which} is specified, result contains unique id for that -message, otherwise result is list \code{['response', -['mesgnum uid', ...], octets]}. +If \var{which} is specified, result contains the unique id for that +message in the form \code{'\var{response}\ \var{mesgnum}\ \var{uid}}, +otherwise result is list \code{['response', ['mesgnum uid', ...], octets]}. \end{methoddesc}