projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36c5a3
)
Fix cl-most-positive-float doc typo
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Apr 2020 16:38:04 +0000
(09:38 -0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index a2cfe61db7d4a88854b2fb002ab80103faee5eaf..b5f26e004b07b297122628c13b14e2b507f921f5 100644
(file)
--- 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