aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-10-27 15:38:35 -0400
committerGlenn Morris <[email protected]>2011-10-27 15:38:35 -0400
commit44b0122fbb0af5606471d9667ce6352696d259b8 (patch)
tree35c4ee3b252ce112c2d231de92304ad5fcadc030 /lisp/emacs-lisp/cl.el
parent87e68db4734d89bab693744ad210560da0c20a87 (diff)
* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r--lisp/emacs-lisp/cl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 0b34e9f27f..16eb31c120 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -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