change Scribble to complain about colliding tags

svn: r8025

original commit: fd1de94a48
This commit is contained in:
Matthew Flatt 2007-12-16 03:10:00 +00:00
parent f404932b10
commit a15e4c8b84

View File

@ -39,13 +39,13 @@ that the sendmail process can complete.
The @scheme[from] argument can be any value; of course, spoofing
should be used with care.}
@defproc[(send-mail-message/port [from string?]
[subject string?]
[to (listof string?)]
[cc (listof string?)]
[bcc (listof string?)]
[body (listof string?)]
[extra-header string?] ...)
@defproc[(send-mail-message [from string?]
[subject string?]
[to (listof string?)]
[cc (listof string?)]
[bcc (listof string?)]
[body (listof string?)]
[extra-header string?] ...)
void?]{
Like @scheme[send-mail-message/port], but with @scheme[body] as a list