From: Paul Eggert Date: Fri, 17 Apr 2020 16:38:04 +0000 (-0700) Subject: Fix cl-most-positive-float doc typo X-Git-Tag: emacs-27.1-rc1~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b297519b5;p=emacs.git Fix cl-most-positive-float doc typo * doc/misc/cl.texi (Implementation Parameters): Fix typo in documentation of cl-most-positive-float. --- 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