]> code.delx.au - gnu-emacs/commitdiff
(smtpmail-default-smtp-server): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Wed, 11 Sep 2002 04:53:40 +0000 (04:53 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 11 Sep 2002 04:53:40 +0000 (04:53 +0000)
lisp/ChangeLog
lisp/mail/smtpmail.el

index 86044d801a3c58ebe50e51cc69c55691d1a0e948..e1b495184ca44bcd1cf98dd66bc95a78a7f2e04e 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-11  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
+
 2002-09-10  Richard M. Stallman  <rms@gnu.org>
 
        * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
index 3bf67b548bd43a8994a9b41172fd2745dcc74bed..9984a873ffa26cc75bdae0c08b6613992dc70fd5 100644 (file)
@@ -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)