1
Fork 0
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:
Glenn Morris 2011-10-27 15:38:35 -04:00
parent 87e68db473
commit 44b0122fbb

View file

@ -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