From 8a25ef30e6f5c0bac6e8fe2773bdfc7ede29882a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 9 Jun 2007 21:24:48 +0000 Subject: [PATCH] made send-mail-message less confusing svn: r6559 --- collects/net/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/doc.txt b/collects/net/doc.txt index bf8977b17f..d7098cdfc8 100644 --- a/collects/net/doc.txt +++ b/collects/net/doc.txt @@ -479,7 +479,7 @@ PROCEDURES ----------------------------------------------------------- The sender can hold any value, though of course spoofing should be used with care. -> (send-mail-message from-string subject-string to-list-of-strings cc-list-of-strings bcc-list-of-string body-list-of-strings [extra-headers-list-of-strings]) -> void +> (send-mail-message from-string subject-string to-list-of-strings cc-list-of-strings bcc-list-of-string body-list-of-strings [extra-headers-strings ...]) -> void The arguments are the same as that for send-mail-message/port except that there is one extra input, the list of strings corresponding to