summaryrefslogtreecommitdiff
path: root/lisp/progmodes/fortran.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-03 19:01:27 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-03 19:01:27 -0700
commitdd19b5fb3e3d84800d205e0377fc7a31646c66a0 (patch)
tree258b7316faf21f4c73857a9f862f3bd4a559b0ce /lisp/progmodes/fortran.el
parenta7111a62b3d9866f5b4bd9bb0178544c1fe2ee9c (diff)
downloademacs-dd19b5fb3e3d84800d205e0377fc7a31646c66a0.tar.gz
Comment fix.
Diffstat (limited to 'lisp/progmodes/fortran.el')
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 7c305ec3f6e..f03d2013467 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -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 "<"))