tuned;
authorwenzelm
Tue, 08 Apr 2008 19:17:34 +0200
changeset 26581 ed7f995b3c97
parent 26580 c3e597a476fd
child 26582 6f9c62d17baa
tuned;
doc-src/System/misc.tex
--- a/doc-src/System/misc.tex	Tue Apr 08 18:30:40 2008 +0200
+++ b/doc-src/System/misc.tex	Tue Apr 08 19:17:34 2008 +0200
@@ -313,11 +313,11 @@
 
 \end{enumerate}
 
-Parsing YXML is pretty straight-forward: split the text into chunks
-separated by \emph{X}, then split each chunk into sub-chunks separated
-by \emph{Y}.  Markup chunks start with an empty sub-chunk, and a
-second empty sub-chunk indicates close of an element.  Any other chunk
-consists of plain text.
+Parsing YXML is pretty straight-forward: split the text into chunks separated
+by \emph{X}, then split each chunk into sub-chunks separated by \emph{Y}.
+Markup chunks start with an empty sub-chunk, and a second empty sub-chunk
+indicates close of an element.  Any other non-empty chunk consists of plain
+text.
 
 YXML documents may be detected quickly by checking that the first two
 characters are \emph{X\,Y}.