1
0
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:
Simon Josefsson 2002-09-11 04:53:40 +00:00
parent f95c03c617
commit b559a04168
2 changed files with 6 additions and 1 deletions

View 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.

View 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)