diff --git a/docs/en/language-snippets.ent b/docs/en/language-snippets.ent
index 00877885..92c0b3ca 100644
--- a/docs/en/language-snippets.ent
+++ b/docs/en/language-snippets.ent
@@ -9,3 +9,16 @@
of PHP which wipes out numerical keys and renumbers them.
'>
+
+
+ As an optional third parameter, you can pass a compile_id.
+ This is in the event that you want to compile different versions of
+ the same template, such as having separate templates compiled
+ for different languages. Another use for compile_id is when you
+ use more than one $template_dir but only one $compile_dir. Set
+ a separate compile_id for each $template_dir, otherwise
+ templates of the same name will overwrite each other. You can
+ also set the $compile_id variable once
+ instead of passing this to each call to this function.
+'>
diff --git a/docs/en/programmers/api-functions/api-display.xml b/docs/en/programmers/api-functions/api-display.xml
index df48169b..8cf31836 100644
--- a/docs/en/programmers/api-functions/api-display.xml
+++ b/docs/en/programmers/api-functions/api-display.xml
@@ -20,17 +20,7 @@
cache id. See the caching
section for more information.
-
- As an optional third parameter, you can pass a compile id. This
- is in the event that you want to compile different versions of
- the same template, such as having separate templates compiled
- for different languages. Another use for compile_id is when you
- use more than one $template_dir but only one $compile_dir. Set
- a separate compile_id for each $template_dir, otherwise
- templates of the same name will overwrite each other. You can
- also set the $compile_id
- variable once instead of passing this to each call to display().
-
+ ¶meter.compileid;
display
diff --git a/docs/en/programmers/api-functions/api-fetch.xml b/docs/en/programmers/api-functions/api-fetch.xml
index aee2b4be..494f5583 100644
--- a/docs/en/programmers/api-functions/api-fetch.xml
+++ b/docs/en/programmers/api-functions/api-fetch.xml
@@ -21,18 +21,7 @@
cache id. See the caching
section for more information.
-
- As an optional third parameter, you can pass a compile id. This
- is in the event that you want to compile different versions of
- the same template, such as having separate templates compiled
- for different languages. Another use for compile_id is when you
- use more than one $template_dir but only one $compile_dir. Set
- a separate compile_id for each $template_dir, otherwise
- templates of the same name will overwrite each other. You can
- also set the $compile_id variable once
- instead of passing this to each call to fetch().
-
+ ¶meter.compileid;
fetch