emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 6b29751: Fix cl-most-positive-float doc typo


From: Paul Eggert
Subject: emacs-27 6b29751: Fix cl-most-positive-float doc typo
Date: Fri, 17 Apr 2020 12:38:46 -0400 (EDT)

branch: emacs-27
commit 6b297519b580df27d8721943f55629689b4c83e0
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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 a2cfe61..b5f26e0 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]