diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki
index f1a6cdb9..5b919208 100644
--- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki
+++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki
@@ -51,6 +51,7 @@ the list of available templates will be display.
At this point a user can select an available template, to insert into the current feature, back to the list of completion possibles by pressing crtl+space, or just ignore and continue editing the code.
+!TODO add image
note
@@ -94,6 +95,11 @@ end
====Targetless Templates====
+The next example shows how to define a template that will be applicable without any specific target.
+To show the list of available targetless templates by pressing crtl+space you will see a new option in the list
+of completion possibilities, by pressing again crtl+space, the list of targetless templates will be available.
+
+!TODO add image
class TEMPLATE_DIRECTORY_GLOBAL
@@ -102,7 +108,7 @@ inherit
TEMPLATE
-feature
+feature -- Templates
entries
-- Show entires for the current directory.