summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:15:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:15:10 +0000
commitbb27ac6f32e47e76793b8219d28646bf59a892da (patch)
treeb7b9949f5310bc99aa1ed743097073bf5ad250d2 /lisp/progmodes/cpp.el
parent6292d528a73b956cd40e57c18c20c393293b78c2 (diff)
downloademacs-bb27ac6f32e47e76793b8219d28646bf59a892da.tar.gz
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index 0d9a9f62a60..9910f1f548f 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -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)