Mercurial > emacs
diff lisp/progmodes/cpp.el @ 63275:7c5cfb705766
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 10 Jun 2005 14:15:10 +0000 |
| parents | 695cf19ef79e |
| children | 18a818a2ee7c a1b34dec1104 |
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el Fri Jun 10 14:14:37 2005 +0000 +++ b/lisp/progmodes/cpp.el Fri Jun 10 14:15:10 2005 +0000 @@ -144,7 +144,7 @@ '("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 @@ '("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)
