aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/f90.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
committerGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/progmodes/f90.el
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
American English spelling fix.
Diffstat (limited to 'lisp/progmodes/f90.el')
-rw-r--r--lisp/progmodes/f90.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 15cce1412d..6e5dee5130 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -635,7 +635,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.")
(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