change Scribble to complain about colliding tags
svn: r8025
original commit: fd1de94a48
This commit is contained in:
parent
f404932b10
commit
a15e4c8b84
|
@ -39,13 +39,13 @@ that the sendmail process can complete.
|
||||||
The @scheme[from] argument can be any value; of course, spoofing
|
The @scheme[from] argument can be any value; of course, spoofing
|
||||||
should be used with care.}
|
should be used with care.}
|
||||||
|
|
||||||
@defproc[(send-mail-message/port [from string?]
|
@defproc[(send-mail-message [from string?]
|
||||||
[subject string?]
|
[subject string?]
|
||||||
[to (listof string?)]
|
[to (listof string?)]
|
||||||
[cc (listof string?)]
|
[cc (listof string?)]
|
||||||
[bcc (listof string?)]
|
[bcc (listof string?)]
|
||||||
[body (listof string?)]
|
[body (listof string?)]
|
||||||
[extra-header string?] ...)
|
[extra-header string?] ...)
|
||||||
void?]{
|
void?]{
|
||||||
|
|
||||||
Like @scheme[send-mail-message/port], but with @scheme[body] as a list
|
Like @scheme[send-mail-message/port], but with @scheme[body] as a list
|
||||||
|
|
Loading…
Reference in New Issue
Block a user