]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix cl-most-positive-float doc typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Apr 2020 16:38:04 +0000 (09:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Apr 2020 16:38:41 +0000 (09:38 -0700)
* doc/misc/cl.texi (Implementation Parameters):
Fix typo in documentation of cl-most-positive-float.

doc/misc/cl.texi

index a2cfe61db7d4a88854b2fb002ab80103faee5eaf..b5f26e004b07b297122628c13b14e2b507f921f5 100644 (file)
@@ -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