From: yamaoka Date: Thu, 25 Mar 2004 12:24:41 +0000 (+0000) Subject: Typo. X-Git-Tag: t-gnus-6_17_4-quimby-~994 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2ef1d8c72ccabb8fae735dd49511422d984fe1de;p=elisp%2Fgnus.git- Typo. --- diff --git a/lisp/pop3.el b/lisp/pop3.el index 6189a61..9a184db 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -64,7 +64,7 @@ ;;(setq mail-sources '((pop :server "pop3.mail.server" :leave t))) ;; ;; Already read mails are registered into the ~/.uidls-SERVER file -;; (which is the default, see `pop3-uidl-file-name'), and You will +;; (which is the default, see `pop3-uidl-file-name'), and you will ;; never need to fetch them twice. The default value for the ;; `:leave' keyword is specified by the `pop3-leave-mail-on-server' ;; variable. You have no need to modify that value normally.