summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-10-21 01:56:45 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-10-21 01:56:45 +0000
commitb98ace27c03868fa3bc950d7b3251d03a482cd04 (patch)
tree54a656715c5888a532303940fe5ccb86639ae4f1 /lispref/numbers.texi
parent1ae7cf5ee87d39b602b88817127123ed23ad03de (diff)
(Integer Basics): Update overflow example.
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r--lispref/numbers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index 3dc686f452..c004580d86 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