aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2002-09-11 04:53:40 +0000
committerSimon Josefsson2002-09-11 04:53:40 +0000
commitb559a041686f1e981366624a1259a7eecf1a807a (patch)
treeea828e8d78c74dad58c4206e81f6d9fb746fe8fb
parentf95c03c617d539020151e96921a70fd8689b533e (diff)
downloademacs-b559a041686f1e981366624a1259a7eecf1a807a.tar.gz
emacs-b559a041686f1e981366624a1259a7eecf1a807a.zip
(smtpmail-default-smtp-server): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/smtpmail.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86044d801a3..e1b495184ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-09-11 Simon Josefsson <jas@extundo.com>
2
3 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
4
12002-09-10 Richard M. Stallman <rms@gnu.org> 52002-09-10 Richard M. Stallman <rms@gnu.org>
2 6
3 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. 7 * 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 @@
84 84
85 85
86(defcustom smtpmail-default-smtp-server nil 86(defcustom smtpmail-default-smtp-server nil
87 "*Specify default SMTP server." 87 "*Specify default SMTP server.
88This only has effect if you specify it before loading the smtpmail library."
88 :type '(choice (const nil) string) 89 :type '(choice (const nil) string)
89 :group 'smtpmail) 90 :group 'smtpmail)
90 91