mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
This commit is contained in:
parent
87e68db473
commit
44b0122fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ Call `cl-float-limits' to set this.")
|
|||
|
||||
(defconst most-negative-float nil
|
||||
"The largest negative value that a Lisp float can hold.
|
||||
This is simply -`most-negative-float'.
|
||||
This is simply -`most-positive-float'.
|
||||
Call `cl-float-limits' to set this.")
|
||||
|
||||
(defconst least-positive-float nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue