]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete out-of-date comment in float-sup.el
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Feb 2025 03:31:53 +0000 (04:31 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Feb 2025 08:21:57 +0000 (09:21 +0100)
* lisp/emacs-lisp/float-sup.el: Delete out-of-date comment.

(cherry picked from commit dfce17103c8f91db887b490418b9bafb0f52aacb)

lisp/emacs-lisp/float-sup.el

index bb820a2d82be2ee64c9c5519d5c2fba3536e63a6..7f8a4a781633249ed42f4b184b00fd689d490621 100644 (file)
@@ -25,7 +25,6 @@
 
 ;;; Code:
 
-;; Provide an easy hook to tell if we are running with floats or not.
 ;; Define pi and e via math-lib calls (much less prone to killer typos).
 (defconst float-pi (* 4 (atan 1)) "The value of Pi (3.1415926...).")
 (with-suppressed-warnings ((lexical pi))