diff options
Diffstat (limited to 'doc/mdk_tut.texi')
-rw-r--r-- | doc/mdk_tut.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi index 2358871..70f8804 100644 --- a/doc/mdk_tut.texi +++ b/doc/mdk_tut.texi @@ -4,7 +4,7 @@ @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. -@c $Id: mdk_tut.texi,v 1.12 2004/06/09 22:56:41 jao Exp $ +@c $Id: mdk_tut.texi,v 1.13 2004/06/12 01:12:59 jao Exp $ @node MIX and MIXAL tutorial, Getting started, Installing MDK, Top @comment node-name, next, previous, up @@ -174,8 +174,8 @@ following table: @item 52 @tab @@ @tab 53 @tab ; @tab 54 @tab : @tab 55 @tab ' @end multitable @noindent -The value 0 represents a whitespace. The characters @c{~}, @c{[} and -@c{#} correspond to symbols not representable as ASCII characters +The value 0 represents a whitespace. The characters @code{~}, @code{[} and +@code{#} correspond to symbols not representable as ASCII characters (uppercase delta, sigma and gamma, respectively), and byte values 56-63 have no associated character. |