From 6b297519b580df27d8721943f55629689b4c83e0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 17 Apr 2020 09:38:04 -0700 Subject: [PATCH] Fix cl-most-positive-float doc typo * doc/misc/cl.texi (Implementation Parameters): Fix typo in documentation of cl-most-positive-float. --- doc/misc/cl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index a2cfe61db7d..b5f26e004b0 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -3128,7 +3128,7 @@ floating-point number, namely the IEEE binary64 floating-point format. @defvar cl-most-positive-float This constant equals the largest finite value a Lisp float can hold. -For IEEE binary64 format, this equals @code{(- (expt 2 1024) (- 2 +For IEEE binary64 format, this equals @code{(- (expt 2 1024) (expt 2 971))}, which equals @code{1.7976931348623157e+308}. @end defvar -- 2.39.2