diff --git a/haskell-decl-scan.el b/haskell-decl-scan.el index 73a1e5bc8..5bf3edcca 100644 --- a/haskell-decl-scan.el +++ b/haskell-decl-scan.el @@ -88,7 +88,7 @@ ;; . Would be nice to scan other top-level declarations such as ;; methods of a class, datatype field labels... any more? ;; -;; . Support for Green Card? +;; . Support for GreenCard? ;; ;; . Re-running (literate-)haskell-imenu should not cause the problems ;; that it does. The ability to turn off scanning would also be diff --git a/haskell-font-lock.el b/haskell-font-lock.el index 90bb5638c..dbb6aa814 100644 --- a/haskell-font-lock.el +++ b/haskell-font-lock.el @@ -93,7 +93,7 @@ ;; . XEmacs can support both `--' comments and `{- -}' comments ;; simultaneously. If XEmacs is detected, this should be used. ;; -;; . Support for Green Card? +;; . Support for GreenCard? ;; ;; . Support for \begin{code}..\end{code} style of literate scripts? ;; diff --git a/haskell-mode.el b/haskell-mode.el index 3583ab414..2317dc71a 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -191,7 +191,7 @@ ;; start of a line when previous line starts with ">". Or would ;; "> " be better? ;; -;; . Support for Green Card? +;; . Support for GreenCard? ;; ;;; All functions/variables start with `(literate-)haskell-'.