]> code.delx.au - gnu-emacs/blobdiff - lisp/float-sup.el
*** empty log message ***
[gnu-emacs] / lisp / float-sup.el
index bf95369fd82c372ee681c69fcad5514d908b1e96..d7b756238d37c61f551daf69c23eed80cbb34b7f 100644 (file)
@@ -42,8 +42,7 @@
 (defconst radians-to-degrees (/ 180.0 pi)
   "Radian to degree conversion constant")
 
-;; these expand to a single multiply by a float
-;; when byte compiled
+;; these expand to a single multiply by a float when byte compiled
 
 (defmacro degrees-to-radians (x)
   "Convert ARG from degrees to radians."