Author: pmichaud
Date: Tue Apr  3 07:19:57 2007
New Revision: 14368

Modified:
   doc/trunk/design/syn/S05.pod

Log:
Add leading whitespace to lines so that the table
actually ends up looking like a table instead
of wrapping the text onto a single line.


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Tue Apr  3 07:19:57 2007
@@ -110,11 +110,11 @@
 
 Here is a table that summarizes the distinctions:
 
-                Alphanumerics        Non-alphanumerics         Mixed
+                 Alphanumerics        Non-alphanumerics         Mixed
 
-Literal glyphs   a    1    _        \*  \$  \.   \\   \'       K\-9\!
-Metasyntax      \a   \1   \_         *   $   .    \    '      \K-\9!
-Quoted glyphs   'a'  '1'  '_'       '*' '$' '.' '\\' '\''     'K-9!'
+ Literal glyphs   a    1    _        \*  \$  \.   \\   \'       K\-9\!
+ Metasyntax      \a   \1   \_         *   $   .    \    '      \K-\9!
+ Quoted glyphs   'a'  '1'  '_'       '*' '$' '.' '\\' '\''     'K-9!'
 
 In other words, identifier glyphs are literal (or metasyntactic when
 escaped), non-identifier glyphs are metasyntactic (or literal when

Reply via email to