From 44b0122fbb0af5606471d9667ce6352696d259b8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 27 Oct 2011 15:38:35 -0400 Subject: [PATCH] * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo. --- lisp/emacs-lisp/cl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 0b34e9f27f7..16eb31c1209 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 -- 2.39.5