diff lisp/progmodes/f90.el @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents c5f85ede892d
children 43afebdca874
line wrap: on
line diff
--- a/lisp/progmodes/f90.el	Fri Jun 27 07:30:14 2008 +0000
+++ b/lisp/progmodes/f90.el	Fri Jun 27 07:34:53 2008 +0000
@@ -635,7 +635,7 @@
     (modify-syntax-entry ?=  "."  table)
     (modify-syntax-entry ?*  "."  table)
     (modify-syntax-entry ?/  "."  table)
-    ;; I think that the f95 standard leaves the behaviour of \
+    ;; I think that the f95 standard leaves the behavior of \
     ;; unspecified, but that f2k will require it to be non-special.
     ;; Use `f90-backslash-not-special' to change.
     (modify-syntax-entry ?\\ "\\" table) ; escape chars