From: Simon Josefsson Date: Wed, 11 Sep 2002 04:53:40 +0000 (+0000) Subject: (smtpmail-default-smtp-server): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b559a041686f1e981366624a1259a7eecf1a807a;p=emacs.git (smtpmail-default-smtp-server): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86044d801a3..e1b495184ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-09-11 Simon Josefsson + + * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix. + 2002-09-10 Richard M. Stallman * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. 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)