mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(smtpmail-default-smtp-server): Doc fix.
This commit is contained in:
parent
f95c03c617
commit
b559a04168
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user