From b559a041686f1e981366624a1259a7eecf1a807a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 11 Sep 2002 04:53:40 +0000 Subject: [PATCH] (smtpmail-default-smtp-server): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/mail/smtpmail.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.2