summaryrefslogtreecommitdiff
path: root/doc/misc/cl.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-04-17 09:38:04 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-04-17 09:38:41 -0700
commit6b297519b580df27d8721943f55629689b4c83e0 (patch)
tree036cd96f4bf3103e94e5e752d042874dec96963c /doc/misc/cl.texi
parentc36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c (diff)
downloademacs-6b297519b580df27d8721943f55629689b4c83e0.tar.gz
Fix cl-most-positive-float doc typo
* doc/misc/cl.texi (Implementation Parameters): Fix typo in documentation of cl-most-positive-float.
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r--doc/misc/cl.texi2
1 files changed, 1 insertions, 1 deletions
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