Mercurial > emacs
changeset 52901:dcdfe0849845
(Integer Basics): Update overflow example.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 21 Oct 2003 01:56:45 +0000 |
parents | 42dbbf226df4 |
children | 796a3196d80c |
files | lispref/numbers.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/numbers.texi Mon Oct 20 23:46:31 2003 +0000 +++ b/lispref/numbers.texi Tue Oct 21 01:56:45 2003 +0000 @@ -62,7 +62,7 @@ 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