]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/fortran.el
Spelling fixes.
[gnu-emacs] / lisp / progmodes / fortran.el
index 009400504b264d3febaff656ca8cb678805d8880..e98ca58f3e0ee180f255cda63a732317a0e997f3 100644 (file)
@@ -571,7 +571,7 @@ in the Fortran entry in `hs-special-modes-alist'.")
    ;; An alternative is to match on THEN at a line end, eg:
    ;;   ".*)[ \t]*then[ \t]*\\($\\|!\\)"
    ;; This would also match ELSE branches, though. This does not seem
-   ;; right to me, because then one has neighbouring blocks that are
+   ;; right to me, because then one has neighboring blocks that are
    ;; not nested in each other.
    "\\(if[ \t]*(\\(.*\\|"
    ".*\n\\([^if]*\\([^i].\\|.[^f]\\|.\\>\\)\\)\\)\\<then\\|"