* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 19:38:35 +0000 (15:38 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 19:38:35 +0000 (15:38 -0400)
lisp/emacs-lisp/cl.el

index 0b34e9f..16eb31c 100644 (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