From: Luc Teirlinck Date: Tue, 21 Oct 2003 01:56:45 +0000 (+0000) Subject: (Integer Basics): Update overflow example. X-Git-Tag: ttn-vms-21-2-B4~8495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b98ace27c03868fa3bc950d7b3251d03a482cd04;p=emacs.git (Integer Basics): Update overflow example. --- diff --git a/lispref/numbers.texi b/lispref/numbers.texi index 3dc686f452a..c004580d862 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi @@ -62,7 +62,7 @@ initial sign and optional final period. 1. ; @r{The integer 1.} +1 ; @r{Also the integer 1.} -1 ; @r{The integer @minus{}1.} - 268435457 ; @r{Also the integer 1, due to overflow.} + 536870913 ; @r{Also the integer 1, due to overflow.} 0 ; @r{The integer 0.} -0 ; @r{The integer 0.} @end example