From a15e4c8b8477305d3f2cad91421aeb57e3d700f3 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 16 Dec 2007 03:10:00 +0000 Subject: [PATCH] change Scribble to complain about colliding tags svn: r8025 original commit: fd1de94a484332ae57d648b83b32038011bace1b --- collects/net/doc/sendmail.scrbl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/collects/net/doc/sendmail.scrbl b/collects/net/doc/sendmail.scrbl index 9317719593..42ffaafd2d 100644 --- a/collects/net/doc/sendmail.scrbl +++ b/collects/net/doc/sendmail.scrbl @@ -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