diff options
author | Simon Josefsson <jas@extundo.com> | 2002-09-11 04:53:40 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2002-09-11 04:53:40 +0000 |
commit | b559a041686f1e981366624a1259a7eecf1a807a (patch) | |
tree | ea828e8d78c74dad58c4206e81f6d9fb746fe8fb /lisp/mail/smtpmail.el | |
parent | f95c03c617d539020151e96921a70fd8689b533e (diff) | |
download | emacs-b559a041686f1e981366624a1259a7eecf1a807a.tar.gz |
(smtpmail-default-smtp-server): Doc fix.
Diffstat (limited to 'lisp/mail/smtpmail.el')
-rw-r--r-- | lisp/mail/smtpmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 3bf67b548bd..9984a873ffa 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) |