aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorSimon Josefsson <[email protected]>2002-09-11 04:53:40 +0000
committerSimon Josefsson <[email protected]>2002-09-11 04:53:40 +0000
commitb559a041686f1e981366624a1259a7eecf1a807a (patch)
treeea828e8d78c74dad58c4206e81f6d9fb746fe8fb /lisp/mail
parentf95c03c617d539020151e96921a70fd8689b533e (diff)
(smtpmail-default-smtp-server): Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/smtpmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 3bf67b548b..9984a873ff 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -84,7 +84,8 @@
(defcustom smtpmail-default-smtp-server nil
- "*Specify default SMTP server."
+ "*Specify default SMTP server.
+This only has effect if you specify it before loading the smtpmail library."
:type '(choice (const nil) string)
:group 'smtpmail)