[Maxima-commits] [git] Maxima CAS branch, master, updated. branch-5_31-base-93-g56cb3ed



On Fri, Nov 8, 2013 at 12:19 AM, Jorge Barros de Abreu <
ficmatinfmag at users.sourceforge.net> wrote:

> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "Maxima CAS".
>
> The branch, master has been updated
>        via  56cb3ed5a69b7068784cc30bef7d74a08cb5da4d (commit)
>       from  f8aa55c229467447d76033a766b83d5cc17be627 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit 56cb3ed5a69b7068784cc30bef7d74a08cb5da4d
> Author: Jorge Barros de Abreu <ficmatin10 at gmail.com>
> Date:   Fri Nov 8 06:19:54 2013 -0200
>
>     adjusting non-integral to non-integer
>
> diff --git a/doc/info/DataTypes.texi b/doc/info/DataTypes.texi
> index 6029783..a86344e 100644
> --- a/doc/info/DataTypes.texi
> +++ b/doc/info/DataTypes.texi
> @@ -142,7 +142,7 @@ Returns @code{true} if @var{expr} is an even integer.
>
>  Converts integers, rational numbers and bigfloats in @var{expr} to
> floating
>  point numbers.  It is also an @mrefcomma{evflag} @code{float} causes
> -non-integral rational numbers and bigfloat numbers to be converted to
> floating
> +non-integers rational numbers and bigfloat numbers to be converted to
> floating
>

"non-integral" is correct English here.

Ray