# HG changeset patch # User Simon Josefsson # Date 1031719995 0 # Node ID d7fa9253971f1892cf1c037f502e995f178a8ec6 # Parent 97c7b4d723f9a807f97aef4106f588b46651d95b (smtpmail-default-smtp-server): Doc fix. diff -r 97c7b4d723f9 -r d7fa9253971f lisp/mail/smtpmail.el --- 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)