emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106209: * lisp/emacs-lisp/cl.el (mos


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106209: * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
Date: Thu, 27 Oct 2011 15:38:35 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106209
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-10-27 15:38:35 -0400
message:
  * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
modified:
  lisp/emacs-lisp/cl.el
=== modified file 'lisp/emacs-lisp/cl.el'
--- a/lisp/emacs-lisp/cl.el     2011-10-27 07:21:00 +0000
+++ b/lisp/emacs-lisp/cl.el     2011-10-27 19:38:35 +0000
@@ -341,7 +341,7 @@
 
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]