diff --git a/ecrire/inc/autoriser.php b/ecrire/inc/autoriser.php
index c977a0a1f4d5de32cb18d83400f679c1a2a08e09..e096c27f6195124adfa68602f1622c86ba3b8691 100644
--- a/ecrire/inc/autoriser.php
+++ b/ecrire/inc/autoriser.php
@@ -207,6 +207,7 @@ function autoriser_modererforum_dist($faire, $type, $id, $qui, $opt) {
 
 // Modifier un forum ?
 // = jamais !
+// http://doc.spip.org/@autoriser_forum_modifier_dist
 function autoriser_forum_modifier_dist($faire, $type, $id, $qui, $opt) {
 	return
 		false;
@@ -214,6 +215,7 @@ function autoriser_forum_modifier_dist($faire, $type, $id, $qui, $opt) {
 
 // Modifier une signature ?
 // = jamais !
+// http://doc.spip.org/@autoriser_signature_modifier_dist
 function autoriser_signature_modifier_dist($faire, $type, $id, $qui, $opt) {
 	return
 		false;
diff --git a/ecrire/inc/chercher_logo.php b/ecrire/inc/chercher_logo.php
index a65187fdaa411066b6a053339c77a735f59b8e54..afa411fa73a47b6e4e8ee485ac780f30aba41ec5 100644
--- a/ecrire/inc/chercher_logo.php
+++ b/ecrire/inc/chercher_logo.php
@@ -30,6 +30,7 @@ function inc_chercher_logo_dist($id, $id_type, $mode='on') {
 	return array();
 }
 
+// http://doc.spip.org/@type_du_logo
 function type_du_logo($id_type) {
 	return isset($GLOBALS['table_logos'][$id_type])
 		? $GLOBALS['table_logos'][$id_type]
diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index cadf890d6ddf4d748cbec2db31a7506fc1fa5b70..32ce8ed151f2af6136964b10608af28ba7f54a1c 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -1809,6 +1809,7 @@ function meme_rubrique($id_rubrique, $id, $type, $order='date', $limit=30)
 	. "</div></div>";
 }
 
+// http://doc.spip.org/@afficher_numero_edit
 function afficher_numero_edit($id, $key, $script)
 {
 	global $spip_lang_right, $spip_lang_left;