aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/numbers.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi
index e692ee1cc2f..f1180cf754b 100644
--- a/doc/lispref/numbers.texi
+++ b/doc/lispref/numbers.texi
@@ -53,8 +53,9 @@ but many machines provide a wider range. Many examples in this
53chapter assume the minimum integer width of 30 bits. 53chapter assume the minimum integer width of 30 bits.
54@cindex overflow 54@cindex overflow
55 55
56 The Lisp reader reads an integer as a sequence of digits with optional 56 The Lisp reader reads an integer as a nonempty sequence
57initial sign and optional final period. An integer that is out of the 57of decimal digits with optional initial sign and optional
58final period. A decimal integer that is out of the
58Emacs range is treated as a floating-point number. 59Emacs range is treated as a floating-point number.
59 60
60@example 61@example