]> git.eshelyaron.com Git - emacs.git/commitdiff
(Integer Basics): Update overflow example.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 21 Oct 2003 01:56:45 +0000 (01:56 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 21 Oct 2003 01:56:45 +0000 (01:56 +0000)
lispref/numbers.texi

index 3dc686f452a9a2f08568510ee48a7df8c7790ce6..c004580d862cd865b0994f51c03814668f8b5933 100644 (file)
@@ -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