]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify when fixnums are used.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Feb 2020 21:54:07 +0000 (13:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Feb 2020 21:54:36 +0000 (13:54 -0800)
* doc/lispref/numbers.texi (Integer Basics): Clarify.
Based on a suggestion by Noam Postavsky (Bug#39557#32).

doc/lispref/numbers.texi

index 4b9fdf24206fdb1096f7a3d5671ec2a4a2e12399..4002b36ce50a0792a3d4bb0624c470db06c5e987 100644 (file)
@@ -132,8 +132,8 @@ memory, by machine characteristics such as the size of the word used
 to represent a bignum's exponent, and by the @code{integer-width}
 variable.  These limits are typically much more generous than the
 limits for fixnums.  A bignum is never numerically equal to a fixnum;
-if Emacs computes an integer in fixnum range, it represents the
-integer as a fixnum, not a bignum.
+Emacs always represents an integer in fixnum range as a fixnum, not a
+bignum.
 
   The range of values for a fixnum depends on the machine.  The
 minimum range is @minus{}536,870,912 to 536,870,911 (30 bits; i.e.,