]> git.eshelyaron.com Git - emacs.git/commitdiff
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:15:10 +0000 (14:15 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:15:10 +0000 (14:15 +0000)
docstrings.

lisp/progmodes/cpp.el

index 0d9a9f62a60e47518a214ad32286de8c9544f1e8..9910f1f548f6a6d06944fe3f954e0636a7c363c8 100644 (file)
@@ -144,7 +144,7 @@ or a cons cell (background-color . COLOR)."
   '("light gray" "light blue" "light cyan" "light yellow" "light pink"
     "pale green" "beige" "orange" "magenta" "violet" "medium purple"
     "turquoise")
-  "Background colours useful with dark foreground colors."
+  "Background colors useful with dark foreground colors."
   :type '(repeat string)
   :group 'cpp)
 
@@ -152,7 +152,7 @@ or a cons cell (background-color . COLOR)."
   '("dim gray" "blue" "cyan" "yellow" "red"
     "dark green" "brown" "dark orange" "dark khaki" "dark violet" "purple"
     "dark turquoise")
-  "Background colours useful with light foreground colors."
+  "Background colors useful with light foreground colors."
   :type '(repeat string)
   :group 'cpp)