summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-08-07 14:43:48 +0000
committerGerd Moellmann <gerd@gnu.org>2001-08-07 14:43:48 +0000
commita95f291d6f0dd7da33d3f148352760cdd5a7b774 (patch)
tree5218ed5e9acdb59005296a5c30a5a5f67e08ae7c /lisp
parent23f46f6fa4ec3168bdd5bb5f8059e67e58e02f7d (diff)
downloademacs-a95f291d6f0dd7da33d3f148352760cdd5a7b774.tar.gz
Comment fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/smtpmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index fdc33ac2a11..f57d08707e3 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -33,7 +33,7 @@
;; Please add these lines in your .emacs(_emacs) or use customize.
;;
;;(setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
-;;(setq message-send-mail-function 'smtpmail-send-it) ; if you use `message'
+;;(setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus.
;;(setq smtpmail-default-smtp-server "YOUR SMTP HOST")
;;(setq smtpmail-local-domain "YOUR DOMAIN NAME")
;;(setq smtpmail-sendto-domain "YOUR DOMAIN NAME")