From 344ccc5ac3b25a8311f10ca6e585151a81e56002 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 31 May 2005 01:47:55 +0000 Subject: [PATCH] Fix the comment. Suggested by Fujishima-san. --- lisp/pop3.el | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/pop3.el b/lisp/pop3.el index e56e806..dbc62ea 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -1,6 +1,6 @@ ;;; pop3.el --- Post Office Protocol (RFC 1460) interface -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 ;; Free Software Foundation, Inc. ;; Author: Richard L. Pieri @@ -37,10 +37,15 @@ ;;; Gnus: -;; You can use this program for Gnus, without needing any modification. -;; There are two ways to do that; one is to replace Gnus' pop3.el with -;; it when installing Gnus; the other is to replace Gnus' pop3.el which -;; has been installed with this module and byte-compile it. +;; Put something like the following line in your ~/.gnus.el file if +;; you'd like to use this module together with Gnus, not T-gnus. +;; +;;(eval-after-load "mail-source" '(require 'pop3)) +;; +;; There are two ways to install this module; one is to replace +;; pop3.el of the Gnus version with this module when installing Gnus; +;; the other is to replace pop3.el of the Gnus version which has been +;; installed with this module and byte-compile it. ;; Note: you should not modify the value for the `pop' section of the ;; `mail-source-keyword-map' variable. -- 1.7.10.4