]> git.eshelyaron.com Git - emacs.git/commitdiff
Update string-to-number documentation to bignum Emacs
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 9 May 2022 09:57:46 +0000 (11:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 9 May 2022 09:57:46 +0000 (11:57 +0200)
* doc/lispref/strings.texi (String Conversion): string-to-number
no longer converts integers to floating point numbers (bug#55334).

doc/lispref/strings.texi

index 6a6b756fbe5c1dfc1a2de0d1bb29af9af80bd37e..2810f686eb7ee6026320009efbab79be124475f3 100644 (file)
@@ -853,9 +853,7 @@ between 2 and 16 (inclusive), and integers are converted in that base.
 If @var{base} is @code{nil}, then base ten is used.  Floating-point
 conversion only works in base ten; we have not implemented other
 radices for floating-point numbers, because that would be much more
-work and does not seem useful.  If @var{string} looks like an integer
-but its value is too large to fit into a Lisp integer,
-@code{string-to-number} returns a floating-point result.
+work and does not seem useful.
 
 The parsing skips spaces and tabs at the beginning of @var{string},
 then reads as much of @var{string} as it can interpret as a number in