[gtksourceview] lang-reference: update <replace> tag documentation



commit d62f4597a19be11c81dc5191c617e8484a20868c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Sep 7 18:05:23 2014 +0200

    lang-reference: update <replace> tag documentation
    
    "external" was probably renamed as "embedded-lang-hook".

 docs/reference/lang-reference.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/lang-reference.xml b/docs/reference/lang-reference.xml
index 9b9716e..3bf0238 100644
--- a/docs/reference/lang-reference.xml
+++ b/docs/reference/lang-reference.xml
@@ -903,11 +903,11 @@ Contained elements: none.
 The replace tag allows you to change one context so it functions as
 another context.  For example, in the <code>html.lang</code> definition,
 there are a few references to a null context with id
-"<code>external</code>".  In <code>php.lang</code>, that context is
-replaced like this: <code>&lt;replace id="html:external"
+"<code>embedded-lang-hook</code>".  In <code>php.lang</code>, that context is
+replaced like this: <code>&lt;replace id="html:embedded-lang-hook"
 ref="php-block"&gt;</code>, so that php blocks are recognized within the
 <code>html:html</code> context at the points where the
-<code>external</code> context appears.
+<code>embedded-lang-hook</code> context appears.
 </para>
 
 <para>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]