]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 0b34e9f27f7dedca6804fac52fc18b5f953f7658..16eb31c120950975264a01d0e388e3f4d434e120 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