diff --git a/ecrire/inc/distant.php b/ecrire/inc/distant.php
index 95e74455f76f267a879deaa9ce831acde38c2d57..7dce22fd22d302c746d1bdeeec049456d56d2f60 100644
--- a/ecrire/inc/distant.php
+++ b/ecrire/inc/distant.php
@@ -537,6 +537,7 @@ function init_http($method, $url, $refuse_gz=false, $referer = '', $datas="", $v
 	return array($f, $fopen);
 }
 
+// http://doc.spip.org/@lance_requete
 function lance_requete($method, $scheme, $host, $path, $port, $noproxy, $refuse_gz=false, $referer = '', $datas="", $vers="HTTP/1.0") {
 
 	$http_proxy = need_proxy($host);