[gnus git] branch master updated: m0-5-141-g31b8b12 =1= pop3.el: Comment fix
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 31b8b12378d6fe186001358e7098e0f2a7b154f2 (commit)
from 466645a72dcedd70f8fe79c7728405ae726d4834 (commit)
- Log -----------------------------------------------------------------
commit 31b8b12378d6fe186001358e7098e0f2a7b154f2
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Oct 5 09:50:39 2012 +0000
pop3.el: Comment fix
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 81c4348..f95bf26 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -182,7 +182,7 @@ Shorter values mean quicker response, but are more CPU intensive.")
;; ("UIDL1" "UIDL2" "UIDL3"...)
(defvar pop3-uidl-saved)
-;; Locally saved UIDL data; a list of the server, the user, and the UIDL
+;; Locally saved UIDL data; an alist of the server, the user, and the UIDL
;; and timestamp pairs:
;; (("SERVER_A" ("USER_A1" "UIDL1" TIMESTAMP1 "UIDL2" TIMESTAMP2...)
;; ("USER_A2" "UIDL1" TIMESTAMP1 "UIDL2" TIMESTAMP2...)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/pop3.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project