Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/etox


Modified Files:
        etox_overview.xml 


Log Message:
- change the <term> entries inside <para> tags to be <literal> tags as
  <term> is not permitted inside <para>
  - fixes compile warning 
  - benr, does this still look the way you want it too?

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/etox/etox_overview.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- etox_overview.xml   28 Jul 2004 10:14:30 -0000      1.2
+++ etox_overview.xml   28 Jul 2004 15:53:11 -0000      1.3
@@ -95,7 +95,7 @@
 </para>
 
 <para>
-Etox uses the concept of contexts.  A <term>context</term> is a set of parameters 
such as color, font, alignment, styles, and markers that
+Etox uses the concept of contexts.  A <literal>context</literal> is a set of 
parameters such as color, font, alignment, styles, and markers that
 are applied to a certain set of text.  Each Etox object has at least one context 
associated with it which is created when calling
 <function>etox_new()</function>.  For this reason the 
<function>etox_context_new()</function> function <emphasis>only</emphasis> needs
 to be called when creating additional contexts. 
@@ -122,7 +122,7 @@
 </para>
 
 <para>
-A final note about wrapping is that by default wrapping will insert a <term>wrap 
marker</term> into your output string, a "+" (plus) sign by default.
+A final note about wrapping is that by default wrapping will insert a <literal>wrap 
marker</literal> into your output string, a "+" (plus) sign by default.
 This marker indicates that a wrap has occured and is printed  as the first charrector 
on the next line of the wrap.  Your string will therefore
 likely look more like this: "This is my (wrap) +string."  If you would prefer that 
Etox silently wrap without a marker, simply set the marker
 to being nothing using the <function>etox_context_set_wrap_marker()</function> 
function.




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to