Mercurial > emacs
changeset 47396:d7fa9253971f
(smtpmail-default-smtp-server): Doc fix.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Wed, 11 Sep 2002 04:53:15 +0000 |
parents | 97c7b4d723f9 |
children | 59f49f86cf87 |
files | lisp/mail/smtpmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el Wed Sep 11 02:03:31 2002 +0000 +++ b/lisp/mail/smtpmail.el Wed Sep 11 04:53:15 2002 +0000 @@ -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)