Comment fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 4 May 2011 02:01:27 +0000 (19:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 May 2011 02:01:27 +0000 (19:01 -0700)
lisp/progmodes/fortran.el

index 7c305ec..f03d201 100644 (file)
@@ -492,7 +492,7 @@ This varies according to the value of LINE-LENGTH.
 This is used to fontify fixed-format Fortran comments."
   ;; This results in a non-byte-compiled function.  We could pass it through
   ;; `byte-compile', but simple benchmarks indicate that it's probably not
-  ;; worth the trouble (about ½% of slow down).
+  ;; worth the trouble (about 0.5% of slow down).
   (eval                         ;I hate `eval', but it's hard to avoid it here.
    `(syntax-propertize-rules
      ("^[cd\\*]" (0 "<"))