documentation



On 12/27/08, Alexey Beshenov <al at beshenov.ru> wrote:

>   x: %pi$
>   y: 1234$
>   z: 1729 * w$
>   printe1 (x) := block (print ("(1) x is equal to", x),
>     '(print ("(2) x is equal to", x)))$
>   printe1 (y - z);
>   ''%;
>
>  I can take time to correct useless ";" in every .texi,
>  if no one objects.

OK by me, if you want. A couple of comments. I would write

blurf : mumble + 1 $

i.e. put a space between the last bit and the dollar sign.

Also, the existing examples were mostly generated with the
global variable linel = 65. That helps examples stay within the
text width for .info and .html output. I guess you have the default
value.

You might use the script doc/info/update_examples to regenerate
the @example stuff. See: doc/info/README.update_examples
You might discover the displayed results have diverged slightly
since they were last generated; I guess bringing them up to date is
a good idea.

Thanks for your help,

Robert