diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-15 19:46:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-15 19:46:07 +0100 |
commit | 6b18cf1b5e9f7b571f33ef4b85789323ffd83fa1 (patch) | |
tree | ae56d103a186729dcfd5d5803e6749e5edd03102 | |
parent | 7b829ca5c526864602900ca65bf85d429e2bcb9a (diff) |
debbugs: Update docstring.
* debbugs/soap.scm (soap-request): Update docstring.
-rw-r--r-- | debbugs/soap.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debbugs/soap.scm b/debbugs/soap.scm index 670571e..97dabd1 100644 --- a/debbugs/soap.scm +++ b/debbugs/soap.scm @@ -74,7 +74,8 @@ (callback soap-request-callback)) (define* (soap-request body #:optional (callback identity)) - "Wrap BODY in a SOAP envelope." + "Return a <soap-request> consisting of the BODY in a SOAP envelope +and an optional CALLBACK procedure for handling a response." (make-soap-request `(soap:Envelope (@ (xmlns:soap . "http://schemas.xmlsoap.org/soap/envelope/") |